Shades of Ruby #D8066E
Tints of Ruby #D8066E
RGB
CMYK
RGB Variations
Color information
#D8066E (or 0xD8066E) is known color: Ruby. HEX triplet: D8, 06 and 6E. RGB value is (216,6,110). Sum of RGB (Red+Green+Blue) = 216+6+110=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8066E is #27F991. Grayscale: #505050. Windows color (decimal): -2619794 or 7210712. OLE color: 7210712.
HSL color Cylindrical-coordinate representation of color #D8066E: hue angle of 330.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8066E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.15 |
| HSL | 330.29º | 0.95% | 0.44% | - |
| HSV(B) | 330.29º | 0.97% | 0.85% | - |
| XYZ | 31.2 | 15.85 | 16.17 | - |
| YUV | 80.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 110 | 0 | 0.97 | 0.49 | 0.15 | 330.29 | 0.95 | 0.44 |
| Hex | D8 | 6 | 6E | 0 | 61 | 31 | F | 14A | 5F | 2C |
| Octal | 330 | 6 | 156 | 0 | 141 | 61 | 17 | 512 | 137 | 54 |
| Binary | 11011000 | 110 | 1101110 | 0 | 1100001 | 110001 | 1111 | 101001010 | 1011111 | 101100 |
Color Harmonies of #D8066E
Complementary color
Monochromatic Colors of #D8066E
Black with #D8066E
Text Example
Text Example
White with #D8066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8066E; }
p { color: rgb(216,6,110); }
H1.HeaderClassName
{
color: #D8066E;
}
.AnyTagClassName
{
color: #D8066E;
}
</style>
background-color css
<style>
a { background-color: #D8066E; }
a { background-color: rgb(216,6,110); }
div.DivClassName
{
background-color: #D8066E;
}
.BgClassName
{
background-color: #D8066E;
}
</style>
border-color css
<style>
span { border-color: #D8066E; }
span { border-color: rgb(216,6,110); }
td.TdClassName
{
border-color: #D8066E;
}
.TagClassName
{
border-color: #D8066E;
}
</style>