Shades of Ruby #D20E56
Tints of Ruby #D20E56
RGB
CMYK
RGB Variations
Color information
#D20E56 (or 0xD20E56) is known color: Ruby. HEX triplet: D2, 0E and 56. RGB value is (210,14,86). Sum of RGB (Red+Green+Blue) = 210+14+86=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E56 is #2DF1A9. Grayscale: #505050. Windows color (decimal): -3010986 or 5639890. OLE color: 5639890.
HSL color Cylindrical-coordinate representation of color #D20E56: hue angle of 337.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E56 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 86 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.18 |
| HSL | 337.96º | 0.88% | 0.44% | - |
| HSV(B) | 337.96º | 0.93% | 0.82% | - |
| XYZ | 28.42 | 14.69 | 10.14 | - |
| YUV | 80.81 | 130.93 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 86 | 0 | 0.93 | 0.59 | 0.18 | 337.96 | 0.88 | 0.44 |
| Hex | D2 | E | 56 | 0 | 5D | 3B | 12 | 152 | 58 | 2C |
| Octal | 322 | 16 | 126 | 0 | 135 | 73 | 22 | 522 | 130 | 54 |
| Binary | 11010010 | 1110 | 1010110 | 0 | 1011101 | 111011 | 10010 | 101010010 | 1011000 | 101100 |
Color Harmonies of #D20E56
Complementary color
Monochromatic Colors of #D20E56
Black with #D20E56
Text Example
Text Example
White with #D20E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E56; }
p { color: rgb(210,14,86); }
H1.HeaderClassName
{
color: #D20E56;
}
.AnyTagClassName
{
color: #D20E56;
}
</style>
background-color css
<style>
a { background-color: #D20E56; }
a { background-color: rgb(210,14,86); }
div.DivClassName
{
background-color: #D20E56;
}
.BgClassName
{
background-color: #D20E56;
}
</style>
border-color css
<style>
span { border-color: #D20E56; }
span { border-color: rgb(210,14,86); }
td.TdClassName
{
border-color: #D20E56;
}
.TagClassName
{
border-color: #D20E56;
}
</style>