#D00F57

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

Shades of Ruby #D00F57

Tints of Ruby #D00F57

Color information

#D00F57 (or 0xD00F57) is unknown color: approx Ruby. HEX triplet: D0, 0F and 57. RGB value is (208,15,87). Sum of RGB (Red+Green+Blue) = 208+15+87=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F57 is #2FF0A8. Grayscale: #505050. Windows color (decimal): -3141801 or 5705680. OLE color: 5705680.

HSL color Cylindrical-coordinate representation of color #D00F57: hue angle of 337.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F57 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2081587-
CMYK00.930.580.18
HSL337.62º86.55%43.73%-
HSV(B)337.62º92.79%81.57%-
XYZ27.914.4410.33-
YUV80.92131.44218.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.10%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=67.10%
G=4.84%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208158700.930.580.18337.6286.5543.73
HexD0F5705D3A12152572c
Octal320171270135722252212754
Binary110100001111101011101011101111010100101010100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F57; }

 p { color: rgb(208,15,87); }

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

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

 a { background-color: rgb(208,15,87); }

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

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

 span { border-color: rgb(208,15,87); }

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