Shades of Ruby #D20C56
Tints of Ruby #D20C56
RGB
CMYK
RGB Variations
Color information
#D20C56 (or 0xD20C56) is known color: Ruby. HEX triplet: D2, 0C and 56. RGB value is (210,12,86). Sum of RGB (Red+Green+Blue) = 210+12+86=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C56 is #2DF3A9. Grayscale: #4F4F4F. Windows color (decimal): -3011498 or 5639378. OLE color: 5639378.
HSL color Cylindrical-coordinate representation of color #D20C56: hue angle of 337.58º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C56 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 86 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.18 |
| HSL | 337.58º | 0.89% | 0.44% | - |
| HSV(B) | 337.58º | 0.94% | 0.82% | - |
| XYZ | 28.39 | 14.64 | 10.13 | - |
| YUV | 79.64 | 131.6 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 86 | 0 | 0.94 | 0.59 | 0.18 | 337.58 | 0.89 | 0.44 |
| Hex | D2 | C | 56 | 0 | 5E | 3B | 12 | 152 | 59 | 2C |
| Octal | 322 | 14 | 126 | 0 | 136 | 73 | 22 | 522 | 131 | 54 |
| Binary | 11010010 | 1100 | 1010110 | 0 | 1011110 | 111011 | 10010 | 101010010 | 1011001 | 101100 |
Color Harmonies of #D20C56
Complementary color
Monochromatic Colors of #D20C56
Black with #D20C56
Text Example
Text Example
White with #D20C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C56; }
p { color: rgb(210,12,86); }
H1.HeaderClassName
{
color: #D20C56;
}
.AnyTagClassName
{
color: #D20C56;
}
</style>
background-color css
<style>
a { background-color: #D20C56; }
a { background-color: rgb(210,12,86); }
div.DivClassName
{
background-color: #D20C56;
}
.BgClassName
{
background-color: #D20C56;
}
</style>
border-color css
<style>
span { border-color: #D20C56; }
span { border-color: rgb(210,12,86); }
td.TdClassName
{
border-color: #D20C56;
}
.TagClassName
{
border-color: #D20C56;
}
</style>