Html Css Color HEX #D11A59 Ruby

📋 copy color: '#D11A59'

red 209 ◦ green 26 ◦ blue 89

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

Shades of Ruby #D11A59

Tints of Ruby #D11A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 64.51%
G = 8.02%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D11A59 (or 0xD11A59) is known color: Ruby. HEX triplet: D1, 1A and 59. RGB value is (209,26,89). Sum of RGB (Red+Green+Blue) = 209+26+89=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A59 is #2EE5A6. Grayscale: #575757. Windows color (decimal): -3073447 or 5839569. OLE color: 5839569.

HSL color Cylindrical-coordinate representation of color #D11A59: hue angle of 339.34º 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 #D11A59 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 89 -
CMYK 0 0.88 0.57 0.18
HSL 339.34º 0.78% 0.46% -
HSV(B) 339.34º 0.88% 0.82% -
XYZ 28.47 15.02 10.85 -
YUV 87.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 209 26 89 0 0.88 0.57 0.18 339.34 0.78 0.46
Hex D1 1A 59 0 58 39 12 153 4E 2E
Octal 321 32 131 0 130 71 22 523 116 56
Binary 11010001 11010 1011001 0 1011000 111001 10010 101010011 1001110 101110

Color Harmonies of #D11A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A59

Black with #D11A59

Text Example


Text Example

White with #D11A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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