Shades of Ruby #D20C58
Tints of Ruby #D20C58
RGB
CMYK
RGB Variations
Color information
#D20C58 (or 0xD20C58) is known color: Ruby. HEX triplet: D2, 0C and 58. RGB value is (210,12,88). Sum of RGB (Red+Green+Blue) = 210+12+88=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C58 is #2DF3A7. Grayscale: #4F4F4F. Windows color (decimal): -3011496 or 5770450. OLE color: 5770450.
HSL color Cylindrical-coordinate representation of color #D20C58: hue angle of 336.97º 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 #D20C58 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 88 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.18 |
| HSL | 336.97º | 0.89% | 0.44% | - |
| HSV(B) | 336.97º | 0.94% | 0.82% | - |
| XYZ | 28.47 | 14.67 | 10.56 | - |
| YUV | 79.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 88 | 0 | 0.94 | 0.58 | 0.18 | 336.97 | 0.89 | 0.44 |
| Hex | D2 | C | 58 | 0 | 5E | 3A | 12 | 151 | 59 | 2C |
| Octal | 322 | 14 | 130 | 0 | 136 | 72 | 22 | 521 | 131 | 54 |
| Binary | 11010010 | 1100 | 1011000 | 0 | 1011110 | 111010 | 10010 | 101010001 | 1011001 | 101100 |
Color Harmonies of #D20C58
Complementary color
Monochromatic Colors of #D20C58
Black with #D20C58
Text Example
Text Example
White with #D20C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C58; }
p { color: rgb(210,12,88); }
H1.HeaderClassName
{
color: #D20C58;
}
.AnyTagClassName
{
color: #D20C58;
}
</style>
background-color css
<style>
a { background-color: #D20C58; }
a { background-color: rgb(210,12,88); }
div.DivClassName
{
background-color: #D20C58;
}
.BgClassName
{
background-color: #D20C58;
}
</style>
border-color css
<style>
span { border-color: #D20C58; }
span { border-color: rgb(210,12,88); }
td.TdClassName
{
border-color: #D20C58;
}
.TagClassName
{
border-color: #D20C58;
}
</style>