Shades of Ruby #D60D70
Tints of Ruby #D60D70
RGB
CMYK
RGB Variations
Color information
#D60D70 (or 0xD60D70) is known color: Ruby. HEX triplet: D6, 0D and 70. RGB value is (214,13,112). Sum of RGB (Red+Green+Blue) = 214+13+112=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D70 is #29F28F. Grayscale: #545454. Windows color (decimal): -2749072 or 7343574. OLE color: 7343574.
HSL color Cylindrical-coordinate representation of color #D60D70: hue angle of 330.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D70 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 112 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.16 |
| HSL | 330.45º | 0.89% | 0.45% | - |
| HSV(B) | 330.45º | 0.94% | 0.84% | - |
| XYZ | 30.8 | 15.75 | 16.75 | - |
| YUV | 84.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 112 | 0 | 0.94 | 0.48 | 0.16 | 330.45 | 0.89 | 0.45 |
| Hex | D6 | D | 70 | 0 | 5E | 30 | 10 | 14A | 59 | 2D |
| Octal | 326 | 15 | 160 | 0 | 136 | 60 | 20 | 512 | 131 | 55 |
| Binary | 11010110 | 1101 | 1110000 | 0 | 1011110 | 110000 | 10000 | 101001010 | 1011001 | 101101 |
Color Harmonies of #D60D70
Complementary color
Monochromatic Colors of #D60D70
Black with #D60D70
Text Example
Text Example
White with #D60D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D70; }
p { color: rgb(214,13,112); }
H1.HeaderClassName
{
color: #D60D70;
}
.AnyTagClassName
{
color: #D60D70;
}
</style>
background-color css
<style>
a { background-color: #D60D70; }
a { background-color: rgb(214,13,112); }
div.DivClassName
{
background-color: #D60D70;
}
.BgClassName
{
background-color: #D60D70;
}
</style>
border-color css
<style>
span { border-color: #D60D70; }
span { border-color: rgb(214,13,112); }
td.TdClassName
{
border-color: #D60D70;
}
.TagClassName
{
border-color: #D60D70;
}
</style>