Html Css Color HEX #D11E61 Ruby

📋 copy color: '#D11E61'

red 209 ◦ green 30 ◦ blue 97

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

Shades of Ruby #D11E61

Tints of Ruby #D11E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 62.2%
G = 8.93%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D11E61 (or 0xD11E61) is known color: Ruby. HEX triplet: D1, 1E and 61. RGB value is (209,30,97). Sum of RGB (Red+Green+Blue) = 209+30+97=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E61 is #2EE19E. Grayscale: #5B5B5B. Windows color (decimal): -3072415 or 6364881. OLE color: 6364881.

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

Color convert

RGB 209 30 97 -
CMYK 0 0.86 0.54 0.18
HSL 337.54º 0.75% 0.47% -
HSV(B) 337.54º 0.86% 0.82% -
XYZ 28.92 15.35 12.75 -
YUV 91.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 209 30 97 0 0.86 0.54 0.18 337.54 0.75 0.47
Hex D1 1E 61 0 56 36 12 152 4B 2F
Octal 321 36 141 0 126 66 22 522 113 57
Binary 11010001 11110 1100001 0 1010110 110110 10010 101010010 1001011 101111

Color Harmonies of #D11E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E61

Black with #D11E61

Text Example


Text Example

White with #D11E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E61; }

 p { color: rgb(209,30,97); }

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

background-color css

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

 a { background-color: rgb(209,30,97); }

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

border-color css

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

 span { border-color: rgb(209,30,97); }

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