#D00F58

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

Shades of Ruby #D00F58

Tints of Ruby #D00F58

Color information

#D00F58 (or 0xD00F58) is unknown color: approx Ruby. HEX triplet: D0, 0F and 58. RGB value is (208,15,88). Sum of RGB (Red+Green+Blue) = 208+15+88=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F58 is #2FF0A7. Grayscale: #505050. Windows color (decimal): -3141800 or 5771216. OLE color: 5771216.

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

Color convert

RGB2081588-
CMYK00.930.580.18
HSL337.31º86.55%43.73%-
HSV(B)337.31º92.79%81.57%-
XYZ27.9414.4610.55-
YUV81.03131.94218.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.88%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=66.88%
G=4.82%
B=28.30%

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
Decimal208158800.930.580.18337.3186.5543.73
HexD0F5805D3A12151572c
Octal320171300135722252112754
Binary110100001111101100001011101111010100101010100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F58; }

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

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

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

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

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

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

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

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