Shades of Ruby #D80D6B
Tints of Ruby #D80D6B
RGB
CMYK
RGB Variations
Color information
#D80D6B (or 0xD80D6B) is known color: Ruby. HEX triplet: D8, 0D and 6B. RGB value is (216,13,107). Sum of RGB (Red+Green+Blue) = 216+13+107=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D6B is #27F294. Grayscale: #545454. Windows color (decimal): -2618005 or 7015896. OLE color: 7015896.
HSL color Cylindrical-coordinate representation of color #D80D6B: hue angle of 332.22º 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 #D80D6B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.15 |
| HSL | 332.22º | 0.89% | 0.45% | - |
| HSV(B) | 332.22º | 0.94% | 0.85% | - |
| XYZ | 31.12 | 15.95 | 15.35 | - |
| YUV | 84.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 107 | 0 | 0.94 | 0.50 | 0.15 | 332.22 | 0.89 | 0.45 |
| Hex | D8 | D | 6B | 0 | 5E | 32 | F | 14C | 59 | 2D |
| Octal | 330 | 15 | 153 | 0 | 136 | 62 | 17 | 514 | 131 | 55 |
| Binary | 11011000 | 1101 | 1101011 | 0 | 1011110 | 110010 | 1111 | 101001100 | 1011001 | 101101 |
Color Harmonies of #D80D6B
Complementary color
Monochromatic Colors of #D80D6B
Black with #D80D6B
Text Example
Text Example
White with #D80D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D6B; }
p { color: rgb(216,13,107); }
H1.HeaderClassName
{
color: #D80D6B;
}
.AnyTagClassName
{
color: #D80D6B;
}
</style>
background-color css
<style>
a { background-color: #D80D6B; }
a { background-color: rgb(216,13,107); }
div.DivClassName
{
background-color: #D80D6B;
}
.BgClassName
{
background-color: #D80D6B;
}
</style>
border-color css
<style>
span { border-color: #D80D6B; }
span { border-color: rgb(216,13,107); }
td.TdClassName
{
border-color: #D80D6B;
}
.TagClassName
{
border-color: #D80D6B;
}
</style>