Shades of Ruby #D22059
Tints of Ruby #D22059
RGB
CMYK
RGB Variations
Color information
#D22059 (or 0xD22059) is known color: Ruby. HEX triplet: D2, 20 and 59. RGB value is (210,32,89). Sum of RGB (Red+Green+Blue) = 210+32+89=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22059 is #2DDFA6. Grayscale: #5B5B5B. Windows color (decimal): -3006375 or 5841106. OLE color: 5841106.
HSL color Cylindrical-coordinate representation of color #D22059: hue angle of 340.79º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22059 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 89 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.18 |
| HSL | 340.79º | 0.74% | 0.47% | - |
| HSV(B) | 340.79º | 0.85% | 0.82% | - |
| XYZ | 28.9 | 15.46 | 10.91 | - |
| YUV | 91.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 89 | 0 | 0.85 | 0.58 | 0.18 | 340.79 | 0.74 | 0.47 |
| Hex | D2 | 20 | 59 | 0 | 55 | 3A | 12 | 155 | 4A | 2F |
| Octal | 322 | 40 | 131 | 0 | 125 | 72 | 22 | 525 | 112 | 57 |
| Binary | 11010010 | 100000 | 1011001 | 0 | 1010101 | 111010 | 10010 | 101010101 | 1001010 | 101111 |
Color Harmonies of #D22059
Complementary color
Monochromatic Colors of #D22059
Black with #D22059
Text Example
Text Example
White with #D22059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22059; }
p { color: rgb(210,32,89); }
H1.HeaderClassName
{
color: #D22059;
}
.AnyTagClassName
{
color: #D22059;
}
</style>
background-color css
<style>
a { background-color: #D22059; }
a { background-color: rgb(210,32,89); }
div.DivClassName
{
background-color: #D22059;
}
.BgClassName
{
background-color: #D22059;
}
</style>
border-color css
<style>
span { border-color: #D22059; }
span { border-color: rgb(210,32,89); }
td.TdClassName
{
border-color: #D22059;
}
.TagClassName
{
border-color: #D22059;
}
</style>