Html Css Color HEX #D11A6E Ruby

📋 copy color: '#D11A6E'

red 209 ◦ green 26 ◦ blue 110

#D11A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #D11A6E

Tints of Ruby #D11A6E

RGB

 RED value IS 209 (82.03% from 255) = 60.58%

 GREEN value IS 26 (10.55% from 255) = 7.54%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 60.58%
G = 7.54%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D11A6E (or 0xD11A6E) is known color: Ruby. HEX triplet: D1, 1A and 6E. RGB value is (209,26,110). Sum of RGB (Red+Green+Blue) = 209+26+110=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A6E is #2EE591. Grayscale: #5A5A5A. Windows color (decimal): -3073426 or 7215825. OLE color: 7215825.

HSL color Cylindrical-coordinate representation of color #D11A6E: hue angle of 332.46º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A6E is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 110 -
CMYK 0 0.88 0.47 0.18
HSL 332.46º 0.78% 0.46% -
HSV(B) 332.46º 0.88% 0.82% -
XYZ 29.48 15.42 16.17 -
YUV 90.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 209 26 110 0 0.88 0.47 0.18 332.46 0.78 0.46
Hex D1 1A 6E 0 58 2F 12 14C 4E 2E
Octal 321 32 156 0 130 57 22 514 116 56
Binary 11010001 11010 1101110 0 1011000 101111 10010 101001100 1001110 101110

Color Harmonies of #D11A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A6E

Black with #D11A6E

Text Example


Text Example

White with #D11A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A6E; }

 p { color: rgb(209,26,110); }

 H1.HeaderClassName
 {
   color: #D11A6E;
 }
 .AnyTagClassName
 {
   color: #D11A6E;
 }
</style>

background-color css

<style>
 a { background-color: #D11A6E; }

 a { background-color: rgb(209,26,110); }

 div.DivClassName
 {
   background-color: #D11A6E;
 }
 .BgClassName
 {
   background-color: #D11A6E;
 }
</style>

border-color css

<style>
 span { border-color: #D11A6E; }

 span { border-color: rgb(209,26,110); }

 td.TdClassName
 {
   border-color: #D11A6E;
 }
 .TagClassName
 {
   border-color: #D11A6E;
 }
</style>