Shades of Ruby #D82066
Tints of Ruby #D82066
RGB
CMYK
RGB Variations
Color information
#D82066 (or 0xD82066) is known color: Ruby. HEX triplet: D8, 20 and 66. RGB value is (216,32,102). Sum of RGB (Red+Green+Blue) = 216+32+102=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D82066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82066 is #27DF99. Grayscale: #5E5E5E. Windows color (decimal): -2613146 or 6693080. OLE color: 6693080.
HSL color Cylindrical-coordinate representation of color #D82066: hue angle of 337.17º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82066 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 102 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.15 |
| HSL | 337.17º | 0.74% | 0.49% | - |
| HSV(B) | 337.17º | 0.85% | 0.85% | - |
| XYZ | 31.23 | 16.59 | 14.13 | - |
| YUV | 95 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 102 | 0 | 0.85 | 0.53 | 0.15 | 337.17 | 0.74 | 0.49 |
| Hex | D8 | 20 | 66 | 0 | 55 | 35 | F | 151 | 4A | 31 |
| Octal | 330 | 40 | 146 | 0 | 125 | 65 | 17 | 521 | 112 | 61 |
| Binary | 11011000 | 100000 | 1100110 | 0 | 1010101 | 110101 | 1111 | 101010001 | 1001010 | 110001 |
Color Harmonies of #D82066
Complementary color
Monochromatic Colors of #D82066
Black with #D82066
Text Example
Text Example
White with #D82066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82066; }
p { color: rgb(216,32,102); }
H1.HeaderClassName
{
color: #D82066;
}
.AnyTagClassName
{
color: #D82066;
}
</style>
background-color css
<style>
a { background-color: #D82066; }
a { background-color: rgb(216,32,102); }
div.DivClassName
{
background-color: #D82066;
}
.BgClassName
{
background-color: #D82066;
}
</style>
border-color css
<style>
span { border-color: #D82066; }
span { border-color: rgb(216,32,102); }
td.TdClassName
{
border-color: #D82066;
}
.TagClassName
{
border-color: #D82066;
}
</style>