Shades of Ruby #D80566
Tints of Ruby #D80566
RGB
CMYK
RGB Variations
Color information
#D80566 (or 0xD80566) is known color: Ruby. HEX triplet: D8, 05 and 66. RGB value is (216,5,102). Sum of RGB (Red+Green+Blue) = 216+5+102=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D80566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80566 is #27FA99. Grayscale: #4E4E4E. Windows color (decimal): -2620058 or 6686168. OLE color: 6686168.
HSL color Cylindrical-coordinate representation of color #D80566: hue angle of 332.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80566 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.15 |
| HSL | 332.42º | 0.95% | 0.43% | - |
| HSV(B) | 332.42º | 0.98% | 0.85% | - |
| XYZ | 30.77 | 15.67 | 13.97 | - |
| YUV | 79.15 | 140.9 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 102 | 0 | 0.98 | 0.53 | 0.15 | 332.42 | 0.95 | 0.43 |
| Hex | D8 | 5 | 66 | 0 | 62 | 35 | F | 14C | 5F | 2B |
| Octal | 330 | 5 | 146 | 0 | 142 | 65 | 17 | 514 | 137 | 53 |
| Binary | 11011000 | 101 | 1100110 | 0 | 1100010 | 110101 | 1111 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D80566
Complementary color
Monochromatic Colors of #D80566
Black with #D80566
Text Example
Text Example
White with #D80566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80566; }
p { color: rgb(216,5,102); }
H1.HeaderClassName
{
color: #D80566;
}
.AnyTagClassName
{
color: #D80566;
}
</style>
background-color css
<style>
a { background-color: #D80566; }
a { background-color: rgb(216,5,102); }
div.DivClassName
{
background-color: #D80566;
}
.BgClassName
{
background-color: #D80566;
}
</style>
border-color css
<style>
span { border-color: #D80566; }
span { border-color: rgb(216,5,102); }
td.TdClassName
{
border-color: #D80566;
}
.TagClassName
{
border-color: #D80566;
}
</style>