Shades of Ruby #D00D60
Tints of Ruby #D00D60
RGB
CMYK
RGB Variations
Color information
#D00D60 (or 0xD00D60) is known color: Ruby. HEX triplet: D0, 0D and 60. RGB value is (208,13,96). Sum of RGB (Red+Green+Blue) = 208+13+96=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D60 is #2FF29F. Grayscale: #505050. Windows color (decimal): -3142304 or 6294992. OLE color: 6294992.
HSL color Cylindrical-coordinate representation of color #D00D60: hue angle of 334.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D60 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 96 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.18 |
| HSL | 334.46º | 0.88% | 0.43% | - |
| HSV(B) | 334.46º | 0.94% | 0.82% | - |
| XYZ | 28.27 | 14.54 | 12.38 | - |
| YUV | 80.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 96 | 0 | 0.94 | 0.54 | 0.18 | 334.46 | 0.88 | 0.43 |
| Hex | D0 | D | 60 | 0 | 5E | 36 | 12 | 14E | 58 | 2B |
| Octal | 320 | 15 | 140 | 0 | 136 | 66 | 22 | 516 | 130 | 53 |
| Binary | 11010000 | 1101 | 1100000 | 0 | 1011110 | 110110 | 10010 | 101001110 | 1011000 | 101011 |
Color Harmonies of #D00D60
Complementary color
Monochromatic Colors of #D00D60
Black with #D00D60
Text Example
Text Example
White with #D00D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D60; }
p { color: rgb(208,13,96); }
H1.HeaderClassName
{
color: #D00D60;
}
.AnyTagClassName
{
color: #D00D60;
}
</style>
background-color css
<style>
a { background-color: #D00D60; }
a { background-color: rgb(208,13,96); }
div.DivClassName
{
background-color: #D00D60;
}
.BgClassName
{
background-color: #D00D60;
}
</style>
border-color css
<style>
span { border-color: #D00D60; }
span { border-color: rgb(208,13,96); }
td.TdClassName
{
border-color: #D00D60;
}
.TagClassName
{
border-color: #D00D60;
}
</style>