Shades of Ruby #D21A62
Tints of Ruby #D21A62
RGB
CMYK
RGB Variations
Color information
#D21A62 (or 0xD21A62) is known color: Ruby. HEX triplet: D2, 1A and 62. RGB value is (210,26,98). Sum of RGB (Red+Green+Blue) = 210+26+98=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A62 is #2DE59D. Grayscale: #595959. Windows color (decimal): -3007902 or 6429394. OLE color: 6429394.
HSL color Cylindrical-coordinate representation of color #D21A62: hue angle of 336.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A62 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 98 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.18 |
| HSL | 336.52º | 0.78% | 0.46% | - |
| HSV(B) | 336.52º | 0.88% | 0.82% | - |
| XYZ | 29.15 | 15.32 | 12.98 | - |
| YUV | 89.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 98 | 0 | 0.88 | 0.53 | 0.18 | 336.52 | 0.78 | 0.46 |
| Hex | D2 | 1A | 62 | 0 | 58 | 35 | 12 | 151 | 4E | 2E |
| Octal | 322 | 32 | 142 | 0 | 130 | 65 | 22 | 521 | 116 | 56 |
| Binary | 11010010 | 11010 | 1100010 | 0 | 1011000 | 110101 | 10010 | 101010001 | 1001110 | 101110 |
Color Harmonies of #D21A62
Complementary color
Monochromatic Colors of #D21A62
Black with #D21A62
Text Example
Text Example
White with #D21A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A62; }
p { color: rgb(210,26,98); }
H1.HeaderClassName
{
color: #D21A62;
}
.AnyTagClassName
{
color: #D21A62;
}
</style>
background-color css
<style>
a { background-color: #D21A62; }
a { background-color: rgb(210,26,98); }
div.DivClassName
{
background-color: #D21A62;
}
.BgClassName
{
background-color: #D21A62;
}
</style>
border-color css
<style>
span { border-color: #D21A62; }
span { border-color: rgb(210,26,98); }
td.TdClassName
{
border-color: #D21A62;
}
.TagClassName
{
border-color: #D21A62;
}
</style>