#D11E64

Color #D11E64 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #D11E64

Tints of Ruby #D11E64

Color information

#D11E64 (or 0xD11E64) is unknown color: approx 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

RGB20930100-
CMYK00.860.520.18
HSL336.54º74.9%46.86%-
HSV(B)336.54º85.65%81.96%-
XYZ29.0615.413.5-
YUV91.5132.8211.81-

RGB Variations

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

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.50%
R=61.65%
G=8.85%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093010000.860.520.18336.5474.946.86
HexD11E6405634121514b2f
Octal321361440126642252111357
Binary1101000111110110010001010110110100100101010100011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>