Shades of Ruby #D72072
Tints of Ruby #D72072
RGB
CMYK
RGB Variations
Color information
#D72072 (or 0xD72072) is known color: Ruby. HEX triplet: D7, 20 and 72. RGB value is (215,32,114). Sum of RGB (Red+Green+Blue) = 215+32+114=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D72072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72072 is #28DF8D. Grayscale: #5F5F5F. Windows color (decimal): -2678670 or 7479511. OLE color: 7479511.
HSL color Cylindrical-coordinate representation of color #D72072: hue angle of 333.11º 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 #D72072 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 114 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.16 |
| HSL | 333.11º | 0.74% | 0.48% | - |
| HSV(B) | 333.11º | 0.85% | 0.84% | - |
| XYZ | 31.58 | 16.7 | 17.48 | - |
| YUV | 96.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 114 | 0 | 0.85 | 0.47 | 0.16 | 333.11 | 0.74 | 0.48 |
| Hex | D7 | 20 | 72 | 0 | 55 | 2F | 10 | 14D | 4A | 30 |
| Octal | 327 | 40 | 162 | 0 | 125 | 57 | 20 | 515 | 112 | 60 |
| Binary | 11010111 | 100000 | 1110010 | 0 | 1010101 | 101111 | 10000 | 101001101 | 1001010 | 110000 |
Color Harmonies of #D72072
Complementary color
Monochromatic Colors of #D72072
Black with #D72072
Text Example
Text Example
White with #D72072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72072; }
p { color: rgb(215,32,114); }
H1.HeaderClassName
{
color: #D72072;
}
.AnyTagClassName
{
color: #D72072;
}
</style>
background-color css
<style>
a { background-color: #D72072; }
a { background-color: rgb(215,32,114); }
div.DivClassName
{
background-color: #D72072;
}
.BgClassName
{
background-color: #D72072;
}
</style>
border-color css
<style>
span { border-color: #D72072; }
span { border-color: rgb(215,32,114); }
td.TdClassName
{
border-color: #D72072;
}
.TagClassName
{
border-color: #D72072;
}
</style>