Shades of Ruby #D80E62
Tints of Ruby #D80E62
RGB
CMYK
RGB Variations
Color information
#D80E62 (or 0xD80E62) is known color: Ruby. HEX triplet: D8, 0E and 62. RGB value is (216,14,98). Sum of RGB (Red+Green+Blue) = 216+14+98=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E62 is #27F19D. Grayscale: #535353. Windows color (decimal): -2617758 or 6426328. OLE color: 6426328.
HSL color Cylindrical-coordinate representation of color #D80E62: hue angle of 335.05º degrees, saturation: 0.88, 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 #D80E62 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 98 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.15 |
| HSL | 335.05º | 0.88% | 0.45% | - |
| HSV(B) | 335.05º | 0.94% | 0.85% | - |
| XYZ | 30.68 | 15.79 | 12.99 | - |
| YUV | 83.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 98 | 0 | 0.94 | 0.55 | 0.15 | 335.05 | 0.88 | 0.45 |
| Hex | D8 | E | 62 | 0 | 5E | 37 | F | 14F | 58 | 2D |
| Octal | 330 | 16 | 142 | 0 | 136 | 67 | 17 | 517 | 130 | 55 |
| Binary | 11011000 | 1110 | 1100010 | 0 | 1011110 | 110111 | 1111 | 101001111 | 1011000 | 101101 |
Color Harmonies of #D80E62
Complementary color
Monochromatic Colors of #D80E62
Black with #D80E62
Text Example
Text Example
White with #D80E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E62; }
p { color: rgb(216,14,98); }
H1.HeaderClassName
{
color: #D80E62;
}
.AnyTagClassName
{
color: #D80E62;
}
</style>
background-color css
<style>
a { background-color: #D80E62; }
a { background-color: rgb(216,14,98); }
div.DivClassName
{
background-color: #D80E62;
}
.BgClassName
{
background-color: #D80E62;
}
</style>
border-color css
<style>
span { border-color: #D80E62; }
span { border-color: rgb(216,14,98); }
td.TdClassName
{
border-color: #D80E62;
}
.TagClassName
{
border-color: #D80E62;
}
</style>