Shades of Ruby #D80E6D
Tints of Ruby #D80E6D
RGB
CMYK
RGB Variations
Color information
#D80E6D (or 0xD80E6D) is known color: Ruby. HEX triplet: D8, 0E and 6D. RGB value is (216,14,109). Sum of RGB (Red+Green+Blue) = 216+14+109=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E6D is #27F192. Grayscale: #555555. Windows color (decimal): -2617747 or 7147224. OLE color: 7147224.
HSL color Cylindrical-coordinate representation of color #D80E6D: hue angle of 331.78º 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 #D80E6D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.15 |
| HSL | 331.78º | 0.88% | 0.45% | - |
| HSV(B) | 331.78º | 0.94% | 0.85% | - |
| XYZ | 31.24 | 16.02 | 15.91 | - |
| YUV | 85.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 109 | 0 | 0.94 | 0.50 | 0.15 | 331.78 | 0.88 | 0.45 |
| Hex | D8 | E | 6D | 0 | 5E | 32 | F | 14C | 58 | 2D |
| Octal | 330 | 16 | 155 | 0 | 136 | 62 | 17 | 514 | 130 | 55 |
| Binary | 11011000 | 1110 | 1101101 | 0 | 1011110 | 110010 | 1111 | 101001100 | 1011000 | 101101 |
Color Harmonies of #D80E6D
Complementary color
Monochromatic Colors of #D80E6D
Black with #D80E6D
Text Example
Text Example
White with #D80E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E6D; }
p { color: rgb(216,14,109); }
H1.HeaderClassName
{
color: #D80E6D;
}
.AnyTagClassName
{
color: #D80E6D;
}
</style>
background-color css
<style>
a { background-color: #D80E6D; }
a { background-color: rgb(216,14,109); }
div.DivClassName
{
background-color: #D80E6D;
}
.BgClassName
{
background-color: #D80E6D;
}
</style>
border-color css
<style>
span { border-color: #D80E6D; }
span { border-color: rgb(216,14,109); }
td.TdClassName
{
border-color: #D80E6D;
}
.TagClassName
{
border-color: #D80E6D;
}
</style>