Shades of Ruby #D6096E
Tints of Ruby #D6096E
RGB
CMYK
RGB Variations
Color information
#D6096E (or 0xD6096E) is known color: Ruby. HEX triplet: D6, 09 and 6E. RGB value is (214,9,110). Sum of RGB (Red+Green+Blue) = 214+9+110=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D6096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6096E is #29F691. Grayscale: #515151. Windows color (decimal): -2750098 or 7211478. OLE color: 7211478.
HSL color Cylindrical-coordinate representation of color #D6096E: hue angle of 330.44º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6096E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.16 |
| HSL | 330.44º | 0.92% | 0.44% | - |
| HSV(B) | 330.44º | 0.96% | 0.84% | - |
| XYZ | 30.64 | 15.62 | 16.15 | - |
| YUV | 81.81 | 143.92 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 110 | 0 | 0.96 | 0.49 | 0.16 | 330.44 | 0.92 | 0.44 |
| Hex | D6 | 9 | 6E | 0 | 60 | 31 | 10 | 14A | 5C | 2C |
| Octal | 326 | 11 | 156 | 0 | 140 | 61 | 20 | 512 | 134 | 54 |
| Binary | 11010110 | 1001 | 1101110 | 0 | 1100000 | 110001 | 10000 | 101001010 | 1011100 | 101100 |
Color Harmonies of #D6096E
Complementary color
Monochromatic Colors of #D6096E
Black with #D6096E
Text Example
Text Example
White with #D6096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6096E; }
p { color: rgb(214,9,110); }
H1.HeaderClassName
{
color: #D6096E;
}
.AnyTagClassName
{
color: #D6096E;
}
</style>
background-color css
<style>
a { background-color: #D6096E; }
a { background-color: rgb(214,9,110); }
div.DivClassName
{
background-color: #D6096E;
}
.BgClassName
{
background-color: #D6096E;
}
</style>
border-color css
<style>
span { border-color: #D6096E; }
span { border-color: rgb(214,9,110); }
td.TdClassName
{
border-color: #D6096E;
}
.TagClassName
{
border-color: #D6096E;
}
</style>