Shades of Ruby #D21A60
Tints of Ruby #D21A60
RGB
CMYK
RGB Variations
Color information
#D21A60 (or 0xD21A60) is known color: Ruby. HEX triplet: D2, 1A and 60. RGB value is (210,26,96). Sum of RGB (Red+Green+Blue) = 210+26+96=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A60 is #2DE59F. Grayscale: #585858. Windows color (decimal): -3007904 or 6298322. OLE color: 6298322.
HSL color Cylindrical-coordinate representation of color #D21A60: hue angle of 337.17º 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 #D21A60 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 96 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.18 |
| HSL | 337.17º | 0.78% | 0.46% | - |
| HSV(B) | 337.17º | 0.88% | 0.82% | - |
| XYZ | 29.06 | 15.28 | 12.49 | - |
| YUV | 89 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 96 | 0 | 0.88 | 0.54 | 0.18 | 337.17 | 0.78 | 0.46 |
| Hex | D2 | 1A | 60 | 0 | 58 | 36 | 12 | 151 | 4E | 2E |
| Octal | 322 | 32 | 140 | 0 | 130 | 66 | 22 | 521 | 116 | 56 |
| Binary | 11010010 | 11010 | 1100000 | 0 | 1011000 | 110110 | 10010 | 101010001 | 1001110 | 101110 |
Color Harmonies of #D21A60
Complementary color
Monochromatic Colors of #D21A60
Black with #D21A60
Text Example
Text Example
White with #D21A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A60; }
p { color: rgb(210,26,96); }
H1.HeaderClassName
{
color: #D21A60;
}
.AnyTagClassName
{
color: #D21A60;
}
</style>
background-color css
<style>
a { background-color: #D21A60; }
a { background-color: rgb(210,26,96); }
div.DivClassName
{
background-color: #D21A60;
}
.BgClassName
{
background-color: #D21A60;
}
</style>
border-color css
<style>
span { border-color: #D21A60; }
span { border-color: rgb(210,26,96); }
td.TdClassName
{
border-color: #D21A60;
}
.TagClassName
{
border-color: #D21A60;
}
</style>