Shades of Ruby #D20A56
Tints of Ruby #D20A56
RGB
CMYK
RGB Variations
Color information
#D20A56 (or 0xD20A56) is known color: Ruby. HEX triplet: D2, 0A and 56. RGB value is (210,10,86). Sum of RGB (Red+Green+Blue) = 210+10+86=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A56 is #2DF5A9. Grayscale: #4E4E4E. Windows color (decimal): -3012010 or 5638866. OLE color: 5638866.
HSL color Cylindrical-coordinate representation of color #D20A56: hue angle of 337.2º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A56 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 86 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.18 |
| HSL | 337.2º | 0.91% | 0.43% | - |
| HSV(B) | 337.2º | 0.95% | 0.82% | - |
| XYZ | 28.37 | 14.59 | 10.13 | - |
| YUV | 78.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 86 | 0 | 0.95 | 0.59 | 0.18 | 337.2 | 0.91 | 0.43 |
| Hex | D2 | A | 56 | 0 | 5F | 3B | 12 | 151 | 5B | 2B |
| Octal | 322 | 12 | 126 | 0 | 137 | 73 | 22 | 521 | 133 | 53 |
| Binary | 11010010 | 1010 | 1010110 | 0 | 1011111 | 111011 | 10010 | 101010001 | 1011011 | 101011 |
Color Harmonies of #D20A56
Complementary color
Monochromatic Colors of #D20A56
Black with #D20A56
Text Example
Text Example
White with #D20A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20A56; }
p { color: rgb(210,10,86); }
H1.HeaderClassName
{
color: #D20A56;
}
.AnyTagClassName
{
color: #D20A56;
}
</style>
background-color css
<style>
a { background-color: #D20A56; }
a { background-color: rgb(210,10,86); }
div.DivClassName
{
background-color: #D20A56;
}
.BgClassName
{
background-color: #D20A56;
}
</style>
border-color css
<style>
span { border-color: #D20A56; }
span { border-color: rgb(210,10,86); }
td.TdClassName
{
border-color: #D20A56;
}
.TagClassName
{
border-color: #D20A56;
}
</style>