Shades of Ruby #D60A70
Tints of Ruby #D60A70
RGB
CMYK
RGB Variations
Color information
#D60A70 (or 0xD60A70) is known color: Ruby. HEX triplet: D6, 0A and 70. RGB value is (214,10,112). Sum of RGB (Red+Green+Blue) = 214+10+112=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A70 is #29F58F. Grayscale: #525252. Windows color (decimal): -2749840 or 7342806. OLE color: 7342806.
HSL color Cylindrical-coordinate representation of color #D60A70: hue angle of 330º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A70 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.16 |
| HSL | 330º | 0.91% | 0.44% | - |
| HSV(B) | 330º | 0.95% | 0.84% | - |
| XYZ | 30.76 | 15.68 | 16.73 | - |
| YUV | 82.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 112 | 0 | 0.95 | 0.48 | 0.16 | 330 | 0.91 | 0.44 |
| Hex | D6 | A | 70 | 0 | 5F | 30 | 10 | 14A | 5B | 2C |
| Octal | 326 | 12 | 160 | 0 | 137 | 60 | 20 | 512 | 133 | 54 |
| Binary | 11010110 | 1010 | 1110000 | 0 | 1011111 | 110000 | 10000 | 101001010 | 1011011 | 101100 |
Color Harmonies of #D60A70
Complementary color
Monochromatic Colors of #D60A70
Black with #D60A70
Text Example
Text Example
White with #D60A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A70; }
p { color: rgb(214,10,112); }
H1.HeaderClassName
{
color: #D60A70;
}
.AnyTagClassName
{
color: #D60A70;
}
</style>
background-color css
<style>
a { background-color: #D60A70; }
a { background-color: rgb(214,10,112); }
div.DivClassName
{
background-color: #D60A70;
}
.BgClassName
{
background-color: #D60A70;
}
</style>
border-color css
<style>
span { border-color: #D60A70; }
span { border-color: rgb(214,10,112); }
td.TdClassName
{
border-color: #D60A70;
}
.TagClassName
{
border-color: #D60A70;
}
</style>