Shades of Ruby #D21E55
Tints of Ruby #D21E55
RGB
CMYK
RGB Variations
Color information
#D21E55 (or 0xD21E55) is known color: Ruby. HEX triplet: D2, 1E and 55. RGB value is (210,30,85). Sum of RGB (Red+Green+Blue) = 210+30+85=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E55 is #2DE1AA. Grayscale: #5A5A5A. Windows color (decimal): -3006891 or 5578450. OLE color: 5578450.
HSL color Cylindrical-coordinate representation of color #D21E55: hue angle of 341.67º 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 #D21E55 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 85 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.18 |
| HSL | 341.67º | 0.75% | 0.47% | - |
| HSV(B) | 341.67º | 0.86% | 0.82% | - |
| XYZ | 28.68 | 15.29 | 10.03 | - |
| YUV | 90.09 | 125.13 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 85 | 0 | 0.86 | 0.60 | 0.18 | 341.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | 55 | 0 | 56 | 3C | 12 | 156 | 4B | 2F |
| Octal | 322 | 36 | 125 | 0 | 126 | 74 | 22 | 526 | 113 | 57 |
| Binary | 11010010 | 11110 | 1010101 | 0 | 1010110 | 111100 | 10010 | 101010110 | 1001011 | 101111 |
Color Harmonies of #D21E55
Complementary color
Monochromatic Colors of #D21E55
Black with #D21E55
Text Example
Text Example
White with #D21E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E55; }
p { color: rgb(210,30,85); }
H1.HeaderClassName
{
color: #D21E55;
}
.AnyTagClassName
{
color: #D21E55;
}
</style>
background-color css
<style>
a { background-color: #D21E55; }
a { background-color: rgb(210,30,85); }
div.DivClassName
{
background-color: #D21E55;
}
.BgClassName
{
background-color: #D21E55;
}
</style>
border-color css
<style>
span { border-color: #D21E55; }
span { border-color: rgb(210,30,85); }
td.TdClassName
{
border-color: #D21E55;
}
.TagClassName
{
border-color: #D21E55;
}
</style>