#D01D59

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

Shades of Ruby #D01D59

Tints of Ruby #D01D59

Color information

#D01D59 (or 0xD01D59) is unknown color: approx Ruby. HEX triplet: D0, 1D and 59. RGB value is (208,29,89). Sum of RGB (Red+Green+Blue) = 208+29+89=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D59 is #2FE2A6. Grayscale: #595959. Windows color (decimal): -3138215 or 5840336. OLE color: 5840336.

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

Color convert

RGB2082989-
CMYK00.860.570.18
HSL339.89º75.53%46.47%-
HSV(B)339.89º86.06%81.57%-
XYZ28.2515.0110.86-
YUV89.36127.8212.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.80%
GREEN value IS 29 (11.72% from 255) = 8.90%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=63.80%
G=8.90%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208298900.860.570.18339.8975.5346.47
HexD01D5905639121544c2e
Octal320351310126712252411456
Binary1101000011101101100101010110111001100101010101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D59; }

 p { color: rgb(208,29,89); }

 H1.HeaderClassName
 {
   color: #D01D59;
 }
 .AnyTagClassName
 {
   color: #D01D59;
 }
</style>
background-color css

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

 a { background-color: rgb(208,29,89); }

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

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

 span { border-color: rgb(208,29,89); }

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