Shades of Ruby #D20C54
Tints of Ruby #D20C54
RGB
CMYK
RGB Variations
Color information
#D20C54 (or 0xD20C54) is known color: Ruby. HEX triplet: D2, 0C and 54. RGB value is (210,12,84). Sum of RGB (Red+Green+Blue) = 210+12+84=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C54 is #2DF3AB. Grayscale: #4F4F4F. Windows color (decimal): -3011500 or 5508306. OLE color: 5508306.
HSL color Cylindrical-coordinate representation of color #D20C54: hue angle of 338.18º 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 #D20C54 is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 84 | - |
| CMYK | 0 | 0.94 | 0.6 | 0.18 |
| HSL | 338.18º | 0.89% | 0.44% | - |
| HSV(B) | 338.18º | 0.94% | 0.82% | - |
| XYZ | 28.31 | 14.6 | 9.71 | - |
| YUV | 79.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 84 | 0 | 0.94 | 0.6 | 0.18 | 338.18 | 0.89 | 0.44 |
| Hex | D2 | C | 54 | 0 | 5E | 3C | 12 | 152 | 59 | 2C |
| Octal | 322 | 14 | 124 | 0 | 136 | 74 | 22 | 522 | 131 | 54 |
| Binary | 11010010 | 1100 | 1010100 | 0 | 1011110 | 111100 | 10010 | 101010010 | 1011001 | 101100 |
Color Harmonies of #D20C54
Complementary color
Monochromatic Colors of #D20C54
Black with #D20C54
Text Example
Text Example
White with #D20C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C54; }
p { color: rgb(210,12,84); }
H1.HeaderClassName
{
color: #D20C54;
}
.AnyTagClassName
{
color: #D20C54;
}
</style>
background-color css
<style>
a { background-color: #D20C54; }
a { background-color: rgb(210,12,84); }
div.DivClassName
{
background-color: #D20C54;
}
.BgClassName
{
background-color: #D20C54;
}
</style>
border-color css
<style>
span { border-color: #D20C54; }
span { border-color: rgb(210,12,84); }
td.TdClassName
{
border-color: #D20C54;
}
.TagClassName
{
border-color: #D20C54;
}
</style>