Shades of Ruby #D60872
Tints of Ruby #D60872
RGB
CMYK
RGB Variations
Color information
#D60872 (or 0xD60872) is known color: Ruby. HEX triplet: D6, 08 and 72. RGB value is (214,8,114). Sum of RGB (Red+Green+Blue) = 214+8+114=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60872 is #29F78D. Grayscale: #515151. Windows color (decimal): -2750350 or 7473366. OLE color: 7473366.
HSL color Cylindrical-coordinate representation of color #D60872: hue angle of 329.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60872 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.16 |
| HSL | 329.13º | 0.93% | 0.44% | - |
| HSV(B) | 329.13º | 0.96% | 0.84% | - |
| XYZ | 30.86 | 15.68 | 17.32 | - |
| YUV | 81.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 114 | 0 | 0.96 | 0.47 | 0.16 | 329.13 | 0.93 | 0.44 |
| Hex | D6 | 8 | 72 | 0 | 60 | 2F | 10 | 149 | 5D | 2C |
| Octal | 326 | 10 | 162 | 0 | 140 | 57 | 20 | 511 | 135 | 54 |
| Binary | 11010110 | 1000 | 1110010 | 0 | 1100000 | 101111 | 10000 | 101001001 | 1011101 | 101100 |
Color Harmonies of #D60872
Complementary color
Monochromatic Colors of #D60872
Black with #D60872
Text Example
Text Example
White with #D60872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60872; }
p { color: rgb(214,8,114); }
H1.HeaderClassName
{
color: #D60872;
}
.AnyTagClassName
{
color: #D60872;
}
</style>
background-color css
<style>
a { background-color: #D60872; }
a { background-color: rgb(214,8,114); }
div.DivClassName
{
background-color: #D60872;
}
.BgClassName
{
background-color: #D60872;
}
</style>
border-color css
<style>
span { border-color: #D60872; }
span { border-color: rgb(214,8,114); }
td.TdClassName
{
border-color: #D60872;
}
.TagClassName
{
border-color: #D60872;
}
</style>