Shades of Ruby #D20960
Tints of Ruby #D20960
RGB
CMYK
RGB Variations
Color information
#D20960 (or 0xD20960) is known color: Ruby. HEX triplet: D2, 09 and 60. RGB value is (210,9,96). Sum of RGB (Red+Green+Blue) = 210+9+96=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D20960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20960 is #2DF69F. Grayscale: #4E4E4E. Windows color (decimal): -3012256 or 6293970. OLE color: 6293970.
HSL color Cylindrical-coordinate representation of color #D20960: hue angle of 334.03º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20960 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.18 |
| HSL | 334.03º | 0.92% | 0.43% | - |
| HSV(B) | 334.03º | 0.96% | 0.82% | - |
| XYZ | 28.79 | 14.74 | 12.39 | - |
| YUV | 79.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 96 | 0 | 0.96 | 0.54 | 0.18 | 334.03 | 0.92 | 0.43 |
| Hex | D2 | 9 | 60 | 0 | 60 | 36 | 12 | 14E | 5C | 2B |
| Octal | 322 | 11 | 140 | 0 | 140 | 66 | 22 | 516 | 134 | 53 |
| Binary | 11010010 | 1001 | 1100000 | 0 | 1100000 | 110110 | 10010 | 101001110 | 1011100 | 101011 |
Color Harmonies of #D20960
Complementary color
Monochromatic Colors of #D20960
Black with #D20960
Text Example
Text Example
White with #D20960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20960; }
p { color: rgb(210,9,96); }
H1.HeaderClassName
{
color: #D20960;
}
.AnyTagClassName
{
color: #D20960;
}
</style>
background-color css
<style>
a { background-color: #D20960; }
a { background-color: rgb(210,9,96); }
div.DivClassName
{
background-color: #D20960;
}
.BgClassName
{
background-color: #D20960;
}
</style>
border-color css
<style>
span { border-color: #D20960; }
span { border-color: rgb(210,9,96); }
td.TdClassName
{
border-color: #D20960;
}
.TagClassName
{
border-color: #D20960;
}
</style>