Shades of Ruby #D02060
Tints of Ruby #D02060
RGB
CMYK
RGB Variations
Color information
#D02060 (or 0xD02060) is known color: Ruby. HEX triplet: D0, 20 and 60. RGB value is (208,32,96). Sum of RGB (Red+Green+Blue) = 208+32+96=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D02060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02060 is #2FDF9F. Grayscale: #5B5B5B. Windows color (decimal): -3137440 or 6299856. OLE color: 6299856.
HSL color Cylindrical-coordinate representation of color #D02060: hue angle of 338.18º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02060 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 96 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.18 |
| HSL | 338.18º | 0.73% | 0.47% | - |
| HSV(B) | 338.18º | 0.85% | 0.82% | - |
| XYZ | 28.64 | 15.29 | 12.51 | - |
| YUV | 91.92 | 130.31 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 96 | 0 | 0.85 | 0.54 | 0.18 | 338.18 | 0.73 | 0.47 |
| Hex | D0 | 20 | 60 | 0 | 55 | 36 | 12 | 152 | 49 | 2F |
| Octal | 320 | 40 | 140 | 0 | 125 | 66 | 22 | 522 | 111 | 57 |
| Binary | 11010000 | 100000 | 1100000 | 0 | 1010101 | 110110 | 10010 | 101010010 | 1001001 | 101111 |
Color Harmonies of #D02060
Complementary color
Monochromatic Colors of #D02060
Black with #D02060
Text Example
Text Example
White with #D02060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02060; }
p { color: rgb(208,32,96); }
H1.HeaderClassName
{
color: #D02060;
}
.AnyTagClassName
{
color: #D02060;
}
</style>
background-color css
<style>
a { background-color: #D02060; }
a { background-color: rgb(208,32,96); }
div.DivClassName
{
background-color: #D02060;
}
.BgClassName
{
background-color: #D02060;
}
</style>
border-color css
<style>
span { border-color: #D02060; }
span { border-color: rgb(208,32,96); }
td.TdClassName
{
border-color: #D02060;
}
.TagClassName
{
border-color: #D02060;
}
</style>