Shades of Ruby #D20D60
Tints of Ruby #D20D60
RGB
CMYK
RGB Variations
Color information
#D20D60 (or 0xD20D60) is known color: Ruby. HEX triplet: D2, 0D and 60. RGB value is (210,13,96). Sum of RGB (Red+Green+Blue) = 210+13+96=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D60 is #2DF29F. Grayscale: #515151. Windows color (decimal): -3011232 or 6294994. OLE color: 6294994.
HSL color Cylindrical-coordinate representation of color #D20D60: hue angle of 334.72º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D60 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 96 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.18 |
| HSL | 334.72º | 0.88% | 0.44% | - |
| HSV(B) | 334.72º | 0.94% | 0.82% | - |
| XYZ | 28.83 | 14.83 | 12.41 | - |
| YUV | 81.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 96 | 0 | 0.94 | 0.54 | 0.18 | 334.72 | 0.88 | 0.44 |
| Hex | D2 | D | 60 | 0 | 5E | 36 | 12 | 14F | 58 | 2C |
| Octal | 322 | 15 | 140 | 0 | 136 | 66 | 22 | 517 | 130 | 54 |
| Binary | 11010010 | 1101 | 1100000 | 0 | 1011110 | 110110 | 10010 | 101001111 | 1011000 | 101100 |
Color Harmonies of #D20D60
Complementary color
Monochromatic Colors of #D20D60
Black with #D20D60
Text Example
Text Example
White with #D20D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D60; }
p { color: rgb(210,13,96); }
H1.HeaderClassName
{
color: #D20D60;
}
.AnyTagClassName
{
color: #D20D60;
}
</style>
background-color css
<style>
a { background-color: #D20D60; }
a { background-color: rgb(210,13,96); }
div.DivClassName
{
background-color: #D20D60;
}
.BgClassName
{
background-color: #D20D60;
}
</style>
border-color css
<style>
span { border-color: #D20D60; }
span { border-color: rgb(210,13,96); }
td.TdClassName
{
border-color: #D20D60;
}
.TagClassName
{
border-color: #D20D60;
}
</style>