Shades of Ruby #D80472
Tints of Ruby #D80472
RGB
CMYK
RGB Variations
Color information
#D80472 (or 0xD80472) is known color: Ruby. HEX triplet: D8, 04 and 72. RGB value is (216,4,114). Sum of RGB (Red+Green+Blue) = 216+4+114=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D80472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80472 is #27FB8D. Grayscale: #4F4F4F. Windows color (decimal): -2620302 or 7472344. OLE color: 7472344.
HSL color Cylindrical-coordinate representation of color #D80472: hue angle of 328.87º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80472 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.15 |
| HSL | 328.87º | 0.96% | 0.43% | - |
| HSV(B) | 328.87º | 0.98% | 0.85% | - |
| XYZ | 31.4 | 15.9 | 17.33 | - |
| YUV | 79.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 114 | 0 | 0.98 | 0.47 | 0.15 | 328.87 | 0.96 | 0.43 |
| Hex | D8 | 4 | 72 | 0 | 62 | 2F | F | 149 | 60 | 2B |
| Octal | 330 | 4 | 162 | 0 | 142 | 57 | 17 | 511 | 140 | 53 |
| Binary | 11011000 | 100 | 1110010 | 0 | 1100010 | 101111 | 1111 | 101001001 | 1100000 | 101011 |
Color Harmonies of #D80472
Complementary color
Monochromatic Colors of #D80472
Black with #D80472
Text Example
Text Example
White with #D80472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80472; }
p { color: rgb(216,4,114); }
H1.HeaderClassName
{
color: #D80472;
}
.AnyTagClassName
{
color: #D80472;
}
</style>
background-color css
<style>
a { background-color: #D80472; }
a { background-color: rgb(216,4,114); }
div.DivClassName
{
background-color: #D80472;
}
.BgClassName
{
background-color: #D80472;
}
</style>
border-color css
<style>
span { border-color: #D80472; }
span { border-color: rgb(216,4,114); }
td.TdClassName
{
border-color: #D80472;
}
.TagClassName
{
border-color: #D80472;
}
</style>