Shades of Ruby #DE096C
Tints of Ruby #DE096C
RGB
CMYK
RGB Variations
Color information
#DE096C (or 0xDE096C) is known color: Ruby. HEX triplet: DE, 09 and 6C. RGB value is (222,9,108). Sum of RGB (Red+Green+Blue) = 222+9+108=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE096C is #21F693. Grayscale: #535353. Windows color (decimal): -2225812 or 7080414. OLE color: 7080414.
HSL color Cylindrical-coordinate representation of color #DE096C: hue angle of 332.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE096C is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.13 |
| HSL | 332.11º | 0.92% | 0.45% | - |
| HSV(B) | 332.11º | 0.96% | 0.87% | - |
| XYZ | 32.93 | 16.81 | 15.7 | - |
| YUV | 83.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 108 | 0 | 0.96 | 0.51 | 0.13 | 332.11 | 0.92 | 0.45 |
| Hex | DE | 9 | 6C | 0 | 60 | 33 | D | 14C | 5C | 2D |
| Octal | 336 | 11 | 154 | 0 | 140 | 63 | 15 | 514 | 134 | 55 |
| Binary | 11011110 | 1001 | 1101100 | 0 | 1100000 | 110011 | 1101 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DE096C
Complementary color
Monochromatic Colors of #DE096C
Black with #DE096C
Text Example
Text Example
White with #DE096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE096C; }
p { color: rgb(222,9,108); }
H1.HeaderClassName
{
color: #DE096C;
}
.AnyTagClassName
{
color: #DE096C;
}
</style>
background-color css
<style>
a { background-color: #DE096C; }
a { background-color: rgb(222,9,108); }
div.DivClassName
{
background-color: #DE096C;
}
.BgClassName
{
background-color: #DE096C;
}
</style>
border-color css
<style>
span { border-color: #DE096C; }
span { border-color: rgb(222,9,108); }
td.TdClassName
{
border-color: #DE096C;
}
.TagClassName
{
border-color: #DE096C;
}
</style>