Shades of Ruby #D72071
Tints of Ruby #D72071
RGB
CMYK
RGB Variations
Color information
#D72071 (or 0xD72071) is known color: Ruby. HEX triplet: D7, 20 and 71. RGB value is (215,32,113). Sum of RGB (Red+Green+Blue) = 215+32+113=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D72071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72071 is #28DF8E. Grayscale: #5F5F5F. Windows color (decimal): -2678671 or 7413975. OLE color: 7413975.
HSL color Cylindrical-coordinate representation of color #D72071: hue angle of 333.44º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72071 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 113 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.16 |
| HSL | 333.44º | 0.74% | 0.48% | - |
| HSV(B) | 333.44º | 0.85% | 0.84% | - |
| XYZ | 31.52 | 16.67 | 17.18 | - |
| YUV | 95.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 113 | 0 | 0.85 | 0.47 | 0.16 | 333.44 | 0.74 | 0.48 |
| Hex | D7 | 20 | 71 | 0 | 55 | 2F | 10 | 14D | 4A | 30 |
| Octal | 327 | 40 | 161 | 0 | 125 | 57 | 20 | 515 | 112 | 60 |
| Binary | 11010111 | 100000 | 1110001 | 0 | 1010101 | 101111 | 10000 | 101001101 | 1001010 | 110000 |
Color Harmonies of #D72071
Complementary color
Monochromatic Colors of #D72071
Black with #D72071
Text Example
Text Example
White with #D72071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72071; }
p { color: rgb(215,32,113); }
H1.HeaderClassName
{
color: #D72071;
}
.AnyTagClassName
{
color: #D72071;
}
</style>
background-color css
<style>
a { background-color: #D72071; }
a { background-color: rgb(215,32,113); }
div.DivClassName
{
background-color: #D72071;
}
.BgClassName
{
background-color: #D72071;
}
</style>
border-color css
<style>
span { border-color: #D72071; }
span { border-color: rgb(215,32,113); }
td.TdClassName
{
border-color: #D72071;
}
.TagClassName
{
border-color: #D72071;
}
</style>