#D01E59

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

Shades of Ruby #D01E59

Tints of Ruby #D01E59

Color information

#D01E59 (or 0xD01E59) is unknown color: approx Ruby. HEX triplet: D0, 1E and 59. RGB value is (208,30,89). Sum of RGB (Red+Green+Blue) = 208+30+89=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E59 is #2FE1A6. Grayscale: #595959. Windows color (decimal): -3137959 or 5840592. OLE color: 5840592.

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

Color convert

RGB2083089-
CMYK00.860.570.18
HSL340.11º74.79%46.67%-
HSV(B)340.11º85.58%81.57%-
XYZ28.2815.0610.87-
YUV89.95127.47212.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=63.61%
G=9.17%
B=27.22%

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
Decimal208308900.860.570.18340.1174.7946.67
HexD01E5905639121544b2f
Octal320361310126712252411357
Binary1101000011110101100101010110111001100101010101001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01E59; }

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

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

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

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

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

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

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

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