Shades of Ruby #D21E59
Tints of Ruby #D21E59
RGB
CMYK
RGB Variations
Color information
#D21E59 (or 0xD21E59) is known color: Ruby. HEX triplet: D2, 1E and 59. RGB value is (210,30,89). Sum of RGB (Red+Green+Blue) = 210+30+89=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E59 is #2DE1A6. Grayscale: #5A5A5A. Windows color (decimal): -3006887 or 5840594. OLE color: 5840594.
HSL color Cylindrical-coordinate representation of color #D21E59: hue angle of 340.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E59 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 89 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.18 |
| HSL | 340.33º | 0.75% | 0.47% | - |
| HSV(B) | 340.33º | 0.86% | 0.82% | - |
| XYZ | 28.85 | 15.35 | 10.89 | - |
| YUV | 90.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 89 | 0 | 0.86 | 0.58 | 0.18 | 340.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | 59 | 0 | 56 | 3A | 12 | 154 | 4B | 2F |
| Octal | 322 | 36 | 131 | 0 | 126 | 72 | 22 | 524 | 113 | 57 |
| Binary | 11010010 | 11110 | 1011001 | 0 | 1010110 | 111010 | 10010 | 101010100 | 1001011 | 101111 |
Color Harmonies of #D21E59
Complementary color
Monochromatic Colors of #D21E59
Black with #D21E59
Text Example
Text Example
White with #D21E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E59; }
p { color: rgb(210,30,89); }
H1.HeaderClassName
{
color: #D21E59;
}
.AnyTagClassName
{
color: #D21E59;
}
</style>
background-color css
<style>
a { background-color: #D21E59; }
a { background-color: rgb(210,30,89); }
div.DivClassName
{
background-color: #D21E59;
}
.BgClassName
{
background-color: #D21E59;
}
</style>
border-color css
<style>
span { border-color: #D21E59; }
span { border-color: rgb(210,30,89); }
td.TdClassName
{
border-color: #D21E59;
}
.TagClassName
{
border-color: #D21E59;
}
</style>