Shades of Ruby #D8066D
Tints of Ruby #D8066D
RGB
CMYK
RGB Variations
Color information
#D8066D (or 0xD8066D) is known color: Ruby. HEX triplet: D8, 06 and 6D. RGB value is (216,6,109). Sum of RGB (Red+Green+Blue) = 216+6+109=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8066D is #27F992. Grayscale: #505050. Windows color (decimal): -2619795 or 7145176. OLE color: 7145176.
HSL color Cylindrical-coordinate representation of color #D8066D: hue angle of 330.57º 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 #D8066D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.15 |
| HSL | 330.57º | 0.95% | 0.44% | - |
| HSV(B) | 330.57º | 0.97% | 0.85% | - |
| XYZ | 31.14 | 15.83 | 15.88 | - |
| YUV | 80.53 | 144.07 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 109 | 0 | 0.97 | 0.50 | 0.15 | 330.57 | 0.95 | 0.44 |
| Hex | D8 | 6 | 6D | 0 | 61 | 32 | F | 14B | 5F | 2C |
| Octal | 330 | 6 | 155 | 0 | 141 | 62 | 17 | 513 | 137 | 54 |
| Binary | 11011000 | 110 | 1101101 | 0 | 1100001 | 110010 | 1111 | 101001011 | 1011111 | 101100 |
Color Harmonies of #D8066D
Complementary color
Monochromatic Colors of #D8066D
Black with #D8066D
Text Example
Text Example
White with #D8066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8066D; }
p { color: rgb(216,6,109); }
H1.HeaderClassName
{
color: #D8066D;
}
.AnyTagClassName
{
color: #D8066D;
}
</style>
background-color css
<style>
a { background-color: #D8066D; }
a { background-color: rgb(216,6,109); }
div.DivClassName
{
background-color: #D8066D;
}
.BgClassName
{
background-color: #D8066D;
}
</style>
border-color css
<style>
span { border-color: #D8066D; }
span { border-color: rgb(216,6,109); }
td.TdClassName
{
border-color: #D8066D;
}
.TagClassName
{
border-color: #D8066D;
}
</style>