Shades of Ruby #D60E6E
Tints of Ruby #D60E6E
RGB
CMYK
RGB Variations
Color information
#D60E6E (or 0xD60E6E) is known color: Ruby. HEX triplet: D6, 0E and 6E. RGB value is (214,14,110). Sum of RGB (Red+Green+Blue) = 214+14+110=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E6E is #29F191. Grayscale: #545454. Windows color (decimal): -2748818 or 7212758. OLE color: 7212758.
HSL color Cylindrical-coordinate representation of color #D60E6E: hue angle of 331.2º 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 #D60E6E is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 110 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.16 |
| HSL | 331.2º | 0.88% | 0.45% | - |
| HSV(B) | 331.2º | 0.93% | 0.84% | - |
| XYZ | 30.7 | 15.74 | 16.17 | - |
| YUV | 84.74 | 142.26 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 110 | 0 | 0.93 | 0.49 | 0.16 | 331.2 | 0.88 | 0.45 |
| Hex | D6 | E | 6E | 0 | 5D | 31 | 10 | 14B | 58 | 2D |
| Octal | 326 | 16 | 156 | 0 | 135 | 61 | 20 | 513 | 130 | 55 |
| Binary | 11010110 | 1110 | 1101110 | 0 | 1011101 | 110001 | 10000 | 101001011 | 1011000 | 101101 |
Color Harmonies of #D60E6E
Complementary color
Monochromatic Colors of #D60E6E
Black with #D60E6E
Text Example
Text Example
White with #D60E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E6E; }
p { color: rgb(214,14,110); }
H1.HeaderClassName
{
color: #D60E6E;
}
.AnyTagClassName
{
color: #D60E6E;
}
</style>
background-color css
<style>
a { background-color: #D60E6E; }
a { background-color: rgb(214,14,110); }
div.DivClassName
{
background-color: #D60E6E;
}
.BgClassName
{
background-color: #D60E6E;
}
</style>
border-color css
<style>
span { border-color: #D60E6E; }
span { border-color: rgb(214,14,110); }
td.TdClassName
{
border-color: #D60E6E;
}
.TagClassName
{
border-color: #D60E6E;
}
</style>