Shades of Ruby #D8096D
Tints of Ruby #D8096D
RGB
CMYK
RGB Variations
Color information
#D8096D (or 0xD8096D) is known color: Ruby. HEX triplet: D8, 09 and 6D. RGB value is (216,9,109). Sum of RGB (Red+Green+Blue) = 216+9+109=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8096D is #27F692. Grayscale: #525252. Windows color (decimal): -2619027 or 7145944. OLE color: 7145944.
HSL color Cylindrical-coordinate representation of color #D8096D: hue angle of 331.01º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8096D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.15 |
| HSL | 331.01º | 0.92% | 0.44% | - |
| HSV(B) | 331.01º | 0.96% | 0.85% | - |
| XYZ | 31.18 | 15.9 | 15.89 | - |
| YUV | 82.29 | 143.08 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 109 | 0 | 0.96 | 0.50 | 0.15 | 331.01 | 0.92 | 0.44 |
| Hex | D8 | 9 | 6D | 0 | 60 | 32 | F | 14B | 5C | 2C |
| Octal | 330 | 11 | 155 | 0 | 140 | 62 | 17 | 513 | 134 | 54 |
| Binary | 11011000 | 1001 | 1101101 | 0 | 1100000 | 110010 | 1111 | 101001011 | 1011100 | 101100 |
Color Harmonies of #D8096D
Complementary color
Monochromatic Colors of #D8096D
Black with #D8096D
Text Example
Text Example
White with #D8096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8096D; }
p { color: rgb(216,9,109); }
H1.HeaderClassName
{
color: #D8096D;
}
.AnyTagClassName
{
color: #D8096D;
}
</style>
background-color css
<style>
a { background-color: #D8096D; }
a { background-color: rgb(216,9,109); }
div.DivClassName
{
background-color: #D8096D;
}
.BgClassName
{
background-color: #D8096D;
}
</style>
border-color css
<style>
span { border-color: #D8096D; }
span { border-color: rgb(216,9,109); }
td.TdClassName
{
border-color: #D8096D;
}
.TagClassName
{
border-color: #D8096D;
}
</style>