Shades of Ruby #D20560
Tints of Ruby #D20560
RGB
CMYK
RGB Variations
Color information
#D20560 (or 0xD20560) is known color: Ruby. HEX triplet: D2, 05 and 60. RGB value is (210,5,96). Sum of RGB (Red+Green+Blue) = 210+5+96=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D20560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20560 is #2DFA9F. Grayscale: #4C4C4C. Windows color (decimal): -3013280 or 6292946. OLE color: 6292946.
HSL color Cylindrical-coordinate representation of color #D20560: hue angle of 333.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20560 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 96 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.18 |
| HSL | 333.37º | 0.95% | 0.42% | - |
| HSV(B) | 333.37º | 0.98% | 0.82% | - |
| XYZ | 28.74 | 14.65 | 12.38 | - |
| YUV | 76.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 96 | 0 | 0.98 | 0.54 | 0.18 | 333.37 | 0.95 | 0.42 |
| Hex | D2 | 5 | 60 | 0 | 62 | 36 | 12 | 14D | 5F | 2A |
| Octal | 322 | 5 | 140 | 0 | 142 | 66 | 22 | 515 | 137 | 52 |
| Binary | 11010010 | 101 | 1100000 | 0 | 1100010 | 110110 | 10010 | 101001101 | 1011111 | 101010 |
Color Harmonies of #D20560
Complementary color
Monochromatic Colors of #D20560
Black with #D20560
Text Example
Text Example
White with #D20560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20560; }
p { color: rgb(210,5,96); }
H1.HeaderClassName
{
color: #D20560;
}
.AnyTagClassName
{
color: #D20560;
}
</style>
background-color css
<style>
a { background-color: #D20560; }
a { background-color: rgb(210,5,96); }
div.DivClassName
{
background-color: #D20560;
}
.BgClassName
{
background-color: #D20560;
}
</style>
border-color css
<style>
span { border-color: #D20560; }
span { border-color: rgb(210,5,96); }
td.TdClassName
{
border-color: #D20560;
}
.TagClassName
{
border-color: #D20560;
}
</style>