Shades of Ruby #D21C62
Tints of Ruby #D21C62
RGB
CMYK
RGB Variations
Color information
#D21C62 (or 0xD21C62) is known color: Ruby. HEX triplet: D2, 1C and 62. RGB value is (210,28,98). Sum of RGB (Red+Green+Blue) = 210+28+98=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C62 is #2DE39D. Grayscale: #5A5A5A. Windows color (decimal): -3007390 or 6429906. OLE color: 6429906.
HSL color Cylindrical-coordinate representation of color #D21C62: hue angle of 336.92º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C62 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 98 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.18 |
| HSL | 336.92º | 0.76% | 0.47% | - |
| HSV(B) | 336.92º | 0.87% | 0.82% | - |
| XYZ | 29.2 | 15.41 | 12.99 | - |
| YUV | 90.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 98 | 0 | 0.87 | 0.53 | 0.18 | 336.92 | 0.76 | 0.47 |
| Hex | D2 | 1C | 62 | 0 | 57 | 35 | 12 | 151 | 4C | 2F |
| Octal | 322 | 34 | 142 | 0 | 127 | 65 | 22 | 521 | 114 | 57 |
| Binary | 11010010 | 11100 | 1100010 | 0 | 1010111 | 110101 | 10010 | 101010001 | 1001100 | 101111 |
Color Harmonies of #D21C62
Complementary color
Monochromatic Colors of #D21C62
Black with #D21C62
Text Example
Text Example
White with #D21C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C62; }
p { color: rgb(210,28,98); }
H1.HeaderClassName
{
color: #D21C62;
}
.AnyTagClassName
{
color: #D21C62;
}
</style>
background-color css
<style>
a { background-color: #D21C62; }
a { background-color: rgb(210,28,98); }
div.DivClassName
{
background-color: #D21C62;
}
.BgClassName
{
background-color: #D21C62;
}
</style>
border-color css
<style>
span { border-color: #D21C62; }
span { border-color: rgb(210,28,98); }
td.TdClassName
{
border-color: #D21C62;
}
.TagClassName
{
border-color: #D21C62;
}
</style>