Shades of Ruby #D80C72
Tints of Ruby #D80C72
RGB
CMYK
RGB Variations
Color information
#D80C72 (or 0xD80C72) is known color: Ruby. HEX triplet: D8, 0C and 72. RGB value is (216,12,114). Sum of RGB (Red+Green+Blue) = 216+12+114=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C72 is #27F38D. Grayscale: #545454. Windows color (decimal): -2618254 or 7474392. OLE color: 7474392.
HSL color Cylindrical-coordinate representation of color #D80C72: hue angle of 330º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C72 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.15 |
| HSL | 330º | 0.89% | 0.45% | - |
| HSV(B) | 330º | 0.94% | 0.85% | - |
| XYZ | 31.49 | 16.08 | 17.36 | - |
| YUV | 84.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 114 | 0 | 0.94 | 0.47 | 0.15 | 330 | 0.89 | 0.45 |
| Hex | D8 | C | 72 | 0 | 5E | 2F | F | 14A | 59 | 2D |
| Octal | 330 | 14 | 162 | 0 | 136 | 57 | 17 | 512 | 131 | 55 |
| Binary | 11011000 | 1100 | 1110010 | 0 | 1011110 | 101111 | 1111 | 101001010 | 1011001 | 101101 |
Color Harmonies of #D80C72
Complementary color
Monochromatic Colors of #D80C72
Black with #D80C72
Text Example
Text Example
White with #D80C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C72; }
p { color: rgb(216,12,114); }
H1.HeaderClassName
{
color: #D80C72;
}
.AnyTagClassName
{
color: #D80C72;
}
</style>
background-color css
<style>
a { background-color: #D80C72; }
a { background-color: rgb(216,12,114); }
div.DivClassName
{
background-color: #D80C72;
}
.BgClassName
{
background-color: #D80C72;
}
</style>
border-color css
<style>
span { border-color: #D80C72; }
span { border-color: rgb(216,12,114); }
td.TdClassName
{
border-color: #D80C72;
}
.TagClassName
{
border-color: #D80C72;
}
</style>