Shades of Ruby #D20571
Tints of Ruby #D20571
RGB
CMYK
RGB Variations
Color information
#D20571 (or 0xD20571) is known color: Ruby. HEX triplet: D2, 05 and 71. RGB value is (210,5,113). Sum of RGB (Red+Green+Blue) = 210+5+113=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D20571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20571 is #2DFA8E. Grayscale: #4E4E4E. Windows color (decimal): -3013263 or 7407058. OLE color: 7407058.
HSL color Cylindrical-coordinate representation of color #D20571: hue angle of 328.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20571 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.18 |
| HSL | 328.39º | 0.95% | 0.42% | - |
| HSV(B) | 328.39º | 0.98% | 0.82% | - |
| XYZ | 29.61 | 15 | 16.96 | - |
| YUV | 78.61 | 147.42 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 113 | 0 | 0.98 | 0.46 | 0.18 | 328.39 | 0.95 | 0.42 |
| Hex | D2 | 5 | 71 | 0 | 62 | 2E | 12 | 148 | 5F | 2A |
| Octal | 322 | 5 | 161 | 0 | 142 | 56 | 22 | 510 | 137 | 52 |
| Binary | 11010010 | 101 | 1110001 | 0 | 1100010 | 101110 | 10010 | 101001000 | 1011111 | 101010 |
Color Harmonies of #D20571
Complementary color
Monochromatic Colors of #D20571
Black with #D20571
Text Example
Text Example
White with #D20571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20571; }
p { color: rgb(210,5,113); }
H1.HeaderClassName
{
color: #D20571;
}
.AnyTagClassName
{
color: #D20571;
}
</style>
background-color css
<style>
a { background-color: #D20571; }
a { background-color: rgb(210,5,113); }
div.DivClassName
{
background-color: #D20571;
}
.BgClassName
{
background-color: #D20571;
}
</style>
border-color css
<style>
span { border-color: #D20571; }
span { border-color: rgb(210,5,113); }
td.TdClassName
{
border-color: #D20571;
}
.TagClassName
{
border-color: #D20571;
}
</style>