Shades of Ruby #D21971
Tints of Ruby #D21971
RGB
CMYK
RGB Variations
Color information
#D21971 (or 0xD21971) is known color: Ruby. HEX triplet: D2, 19 and 71. RGB value is (210,25,113). Sum of RGB (Red+Green+Blue) = 210+25+113=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21971 is #2DE68E. Grayscale: #5A5A5A. Windows color (decimal): -3008143 or 7412178. OLE color: 7412178.
HSL color Cylindrical-coordinate representation of color #D21971: hue angle of 331.46º degrees, saturation: 0.79, 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 #D21971 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 113 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.18 |
| HSL | 331.46º | 0.79% | 0.46% | - |
| HSV(B) | 331.46º | 0.88% | 0.82% | - |
| XYZ | 29.91 | 15.59 | 17.06 | - |
| YUV | 90.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 113 | 0 | 0.88 | 0.46 | 0.18 | 331.46 | 0.79 | 0.46 |
| Hex | D2 | 19 | 71 | 0 | 58 | 2E | 12 | 14B | 4F | 2E |
| Octal | 322 | 31 | 161 | 0 | 130 | 56 | 22 | 513 | 117 | 56 |
| Binary | 11010010 | 11001 | 1110001 | 0 | 1011000 | 101110 | 10010 | 101001011 | 1001111 | 101110 |
Color Harmonies of #D21971
Complementary color
Monochromatic Colors of #D21971
Black with #D21971
Text Example
Text Example
White with #D21971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21971; }
p { color: rgb(210,25,113); }
H1.HeaderClassName
{
color: #D21971;
}
.AnyTagClassName
{
color: #D21971;
}
</style>
background-color css
<style>
a { background-color: #D21971; }
a { background-color: rgb(210,25,113); }
div.DivClassName
{
background-color: #D21971;
}
.BgClassName
{
background-color: #D21971;
}
</style>
border-color css
<style>
span { border-color: #D21971; }
span { border-color: rgb(210,25,113); }
td.TdClassName
{
border-color: #D21971;
}
.TagClassName
{
border-color: #D21971;
}
</style>