Shades of Ruby #D80672
Tints of Ruby #D80672
RGB
CMYK
RGB Variations
Color information
#D80672 (or 0xD80672) is known color: Ruby. HEX triplet: D8, 06 and 72. RGB value is (216,6,114). Sum of RGB (Red+Green+Blue) = 216+6+114=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D80672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80672 is #27F98D. Grayscale: #505050. Windows color (decimal): -2619790 or 7472856. OLE color: 7472856.
HSL color Cylindrical-coordinate representation of color #D80672: hue angle of 329.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80672 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.15 |
| HSL | 329.14º | 0.95% | 0.44% | - |
| HSV(B) | 329.14º | 0.97% | 0.85% | - |
| XYZ | 31.42 | 15.94 | 17.34 | - |
| YUV | 81.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 114 | 0 | 0.97 | 0.47 | 0.15 | 329.14 | 0.95 | 0.44 |
| Hex | D8 | 6 | 72 | 0 | 61 | 2F | F | 149 | 5F | 2C |
| Octal | 330 | 6 | 162 | 0 | 141 | 57 | 17 | 511 | 137 | 54 |
| Binary | 11011000 | 110 | 1110010 | 0 | 1100001 | 101111 | 1111 | 101001001 | 1011111 | 101100 |
Color Harmonies of #D80672
Complementary color
Monochromatic Colors of #D80672
Black with #D80672
Text Example
Text Example
White with #D80672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80672; }
p { color: rgb(216,6,114); }
H1.HeaderClassName
{
color: #D80672;
}
.AnyTagClassName
{
color: #D80672;
}
</style>
background-color css
<style>
a { background-color: #D80672; }
a { background-color: rgb(216,6,114); }
div.DivClassName
{
background-color: #D80672;
}
.BgClassName
{
background-color: #D80672;
}
</style>
border-color css
<style>
span { border-color: #D80672; }
span { border-color: rgb(216,6,114); }
td.TdClassName
{
border-color: #D80672;
}
.TagClassName
{
border-color: #D80672;
}
</style>