Shades of Ruby #D21A52
Tints of Ruby #D21A52
RGB
CMYK
RGB Variations
Color information
#D21A52 (or 0xD21A52) is known color: Ruby. HEX triplet: D2, 1A and 52. RGB value is (210,26,82). Sum of RGB (Red+Green+Blue) = 210+26+82=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A52 is #2DE5AD. Grayscale: #575757. Windows color (decimal): -3007918 or 5380818. OLE color: 5380818.
HSL color Cylindrical-coordinate representation of color #D21A52: hue angle of 341.74º 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 #D21A52 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 82 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.18 |
| HSL | 341.74º | 0.78% | 0.46% | - |
| HSV(B) | 341.74º | 0.88% | 0.82% | - |
| XYZ | 28.47 | 15.05 | 9.39 | - |
| YUV | 87.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 82 | 0 | 0.88 | 0.61 | 0.18 | 341.74 | 0.78 | 0.46 |
| Hex | D2 | 1A | 52 | 0 | 58 | 3D | 12 | 156 | 4E | 2E |
| Octal | 322 | 32 | 122 | 0 | 130 | 75 | 22 | 526 | 116 | 56 |
| Binary | 11010010 | 11010 | 1010010 | 0 | 1011000 | 111101 | 10010 | 101010110 | 1001110 | 101110 |
Color Harmonies of #D21A52
Complementary color
Monochromatic Colors of #D21A52
Black with #D21A52
Text Example
Text Example
White with #D21A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A52; }
p { color: rgb(210,26,82); }
H1.HeaderClassName
{
color: #D21A52;
}
.AnyTagClassName
{
color: #D21A52;
}
</style>
background-color css
<style>
a { background-color: #D21A52; }
a { background-color: rgb(210,26,82); }
div.DivClassName
{
background-color: #D21A52;
}
.BgClassName
{
background-color: #D21A52;
}
</style>
border-color css
<style>
span { border-color: #D21A52; }
span { border-color: rgb(210,26,82); }
td.TdClassName
{
border-color: #D21A52;
}
.TagClassName
{
border-color: #D21A52;
}
</style>