Shades of Ruby #D8066C
Tints of Ruby #D8066C
RGB
CMYK
RGB Variations
Color information
#D8066C (or 0xD8066C) is known color: Ruby. HEX triplet: D8, 06 and 6C. RGB value is (216,6,108). Sum of RGB (Red+Green+Blue) = 216+6+108=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8066C is #27F993. Grayscale: #505050. Windows color (decimal): -2619796 or 7079640. OLE color: 7079640.
HSL color Cylindrical-coordinate representation of color #D8066C: hue angle of 330.86º 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 #D8066C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.15 |
| HSL | 330.86º | 0.95% | 0.44% | - |
| HSV(B) | 330.86º | 0.97% | 0.85% | - |
| XYZ | 31.09 | 15.81 | 15.6 | - |
| YUV | 80.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 108 | 0 | 0.97 | 0.50 | 0.15 | 330.86 | 0.95 | 0.44 |
| Hex | D8 | 6 | 6C | 0 | 61 | 32 | F | 14B | 5F | 2C |
| Octal | 330 | 6 | 154 | 0 | 141 | 62 | 17 | 513 | 137 | 54 |
| Binary | 11011000 | 110 | 1101100 | 0 | 1100001 | 110010 | 1111 | 101001011 | 1011111 | 101100 |
Color Harmonies of #D8066C
Complementary color
Monochromatic Colors of #D8066C
Black with #D8066C
Text Example
Text Example
White with #D8066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8066C; }
p { color: rgb(216,6,108); }
H1.HeaderClassName
{
color: #D8066C;
}
.AnyTagClassName
{
color: #D8066C;
}
</style>
background-color css
<style>
a { background-color: #D8066C; }
a { background-color: rgb(216,6,108); }
div.DivClassName
{
background-color: #D8066C;
}
.BgClassName
{
background-color: #D8066C;
}
</style>
border-color css
<style>
span { border-color: #D8066C; }
span { border-color: rgb(216,6,108); }
td.TdClassName
{
border-color: #D8066C;
}
.TagClassName
{
border-color: #D8066C;
}
</style>