Shades of Ruby #D60E6C
Tints of Ruby #D60E6C
RGB
CMYK
RGB Variations
Color information
#D60E6C (or 0xD60E6C) is known color: Ruby. HEX triplet: D6, 0E and 6C. RGB value is (214,14,108). Sum of RGB (Red+Green+Blue) = 214+14+108=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E6C is #29F193. Grayscale: #545454. Windows color (decimal): -2748820 or 7081686. OLE color: 7081686.
HSL color Cylindrical-coordinate representation of color #D60E6C: hue angle of 331.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E6C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 108 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.16 |
| HSL | 331.8º | 0.88% | 0.45% | - |
| HSV(B) | 331.8º | 0.93% | 0.84% | - |
| XYZ | 30.6 | 15.69 | 15.6 | - |
| YUV | 84.52 | 141.26 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 108 | 0 | 0.93 | 0.50 | 0.16 | 331.8 | 0.88 | 0.45 |
| Hex | D6 | E | 6C | 0 | 5D | 32 | 10 | 14C | 58 | 2D |
| Octal | 326 | 16 | 154 | 0 | 135 | 62 | 20 | 514 | 130 | 55 |
| Binary | 11010110 | 1110 | 1101100 | 0 | 1011101 | 110010 | 10000 | 101001100 | 1011000 | 101101 |
Color Harmonies of #D60E6C
Complementary color
Monochromatic Colors of #D60E6C
Black with #D60E6C
Text Example
Text Example
White with #D60E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E6C; }
p { color: rgb(214,14,108); }
H1.HeaderClassName
{
color: #D60E6C;
}
.AnyTagClassName
{
color: #D60E6C;
}
</style>
background-color css
<style>
a { background-color: #D60E6C; }
a { background-color: rgb(214,14,108); }
div.DivClassName
{
background-color: #D60E6C;
}
.BgClassName
{
background-color: #D60E6C;
}
</style>
border-color css
<style>
span { border-color: #D60E6C; }
span { border-color: rgb(214,14,108); }
td.TdClassName
{
border-color: #D60E6C;
}
.TagClassName
{
border-color: #D60E6C;
}
</style>