Shades of Ruby #D21462
Tints of Ruby #D21462
RGB
CMYK
RGB Variations
Color information
#D21462 (or 0xD21462) is known color: Ruby. HEX triplet: D2, 14 and 62. RGB value is (210,20,98). Sum of RGB (Red+Green+Blue) = 210+20+98=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D21462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21462 is #2DEB9D. Grayscale: #555555. Windows color (decimal): -3009438 or 6427858. OLE color: 6427858.
HSL color Cylindrical-coordinate representation of color #D21462: hue angle of 335.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21462 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.18 |
| HSL | 335.37º | 0.83% | 0.45% | - |
| HSV(B) | 335.37º | 0.9% | 0.82% | - |
| XYZ | 29.03 | 15.08 | 12.94 | - |
| YUV | 85.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 98 | 0 | 0.90 | 0.53 | 0.18 | 335.37 | 0.83 | 0.45 |
| Hex | D2 | 14 | 62 | 0 | 5A | 35 | 12 | 14F | 53 | 2D |
| Octal | 322 | 24 | 142 | 0 | 132 | 65 | 22 | 517 | 123 | 55 |
| Binary | 11010010 | 10100 | 1100010 | 0 | 1011010 | 110101 | 10010 | 101001111 | 1010011 | 101101 |
Color Harmonies of #D21462
Complementary color
Monochromatic Colors of #D21462
Black with #D21462
Text Example
Text Example
White with #D21462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21462; }
p { color: rgb(210,20,98); }
H1.HeaderClassName
{
color: #D21462;
}
.AnyTagClassName
{
color: #D21462;
}
</style>
background-color css
<style>
a { background-color: #D21462; }
a { background-color: rgb(210,20,98); }
div.DivClassName
{
background-color: #D21462;
}
.BgClassName
{
background-color: #D21462;
}
</style>
border-color css
<style>
span { border-color: #D21462; }
span { border-color: rgb(210,20,98); }
td.TdClassName
{
border-color: #D21462;
}
.TagClassName
{
border-color: #D21462;
}
</style>