Shades of Ruby #D21071
Tints of Ruby #D21071
RGB
CMYK
RGB Variations
Color information
#D21071 (or 0xD21071) is known color: Ruby. HEX triplet: D2, 10 and 71. RGB value is (210,16,113). Sum of RGB (Red+Green+Blue) = 210+16+113=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D21071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21071 is #2DEF8E. Grayscale: #545454. Windows color (decimal): -3010447 or 7409874. OLE color: 7409874.
HSL color Cylindrical-coordinate representation of color #D21071: hue angle of 330º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21071 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 113 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.18 |
| HSL | 330º | 0.86% | 0.44% | - |
| HSV(B) | 330º | 0.92% | 0.82% | - |
| XYZ | 29.74 | 15.26 | 17 | - |
| YUV | 85.06 | 143.77 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 113 | 0 | 0.92 | 0.46 | 0.18 | 330 | 0.86 | 0.44 |
| Hex | D2 | 10 | 71 | 0 | 5C | 2E | 12 | 14A | 56 | 2C |
| Octal | 322 | 20 | 161 | 0 | 134 | 56 | 22 | 512 | 126 | 54 |
| Binary | 11010010 | 10000 | 1110001 | 0 | 1011100 | 101110 | 10010 | 101001010 | 1010110 | 101100 |
Color Harmonies of #D21071
Complementary color
Monochromatic Colors of #D21071
Black with #D21071
Text Example
Text Example
White with #D21071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21071; }
p { color: rgb(210,16,113); }
H1.HeaderClassName
{
color: #D21071;
}
.AnyTagClassName
{
color: #D21071;
}
</style>
background-color css
<style>
a { background-color: #D21071; }
a { background-color: rgb(210,16,113); }
div.DivClassName
{
background-color: #D21071;
}
.BgClassName
{
background-color: #D21071;
}
</style>
border-color css
<style>
span { border-color: #D21071; }
span { border-color: rgb(210,16,113); }
td.TdClassName
{
border-color: #D21071;
}
.TagClassName
{
border-color: #D21071;
}
</style>