Html Css Color HEX #D11E64 Ruby

📋 copy color: '#D11E64'

red 209 ◦ green 30 ◦ blue 100

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

Shades of Ruby #D11E64

Tints of Ruby #D11E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 61.65%
G = 8.85%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D11E64 (or 0xD11E64) is known color: Ruby. HEX triplet: D1, 1E and 64. RGB value is (209,30,100). Sum of RGB (Red+Green+Blue) = 209+30+100=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E64 is #2EE19B. Grayscale: #5B5B5B. Windows color (decimal): -3072412 or 6561489. OLE color: 6561489.

HSL color Cylindrical-coordinate representation of color #D11E64: hue angle of 336.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 #D11E64 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 30 100 -
CMYK 0 0.86 0.52 0.18
HSL 336.54º 0.75% 0.47% -
HSV(B) 336.54º 0.86% 0.82% -
XYZ 29.06 15.4 13.5 -
YUV 91.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 209 30 100 0 0.86 0.52 0.18 336.54 0.75 0.47
Hex D1 1E 64 0 56 34 12 151 4B 2F
Octal 321 36 144 0 126 64 22 521 113 57
Binary 11010001 11110 1100100 0 1010110 110100 10010 101010001 1001011 101111

Color Harmonies of #D11E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E64

Black with #D11E64

Text Example


Text Example

White with #D11E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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