Shades of Ruby #DE096E
Tints of Ruby #DE096E
RGB
CMYK
RGB Variations
Color information
#DE096E (or 0xDE096E) is known color: Ruby. HEX triplet: DE, 09 and 6E. RGB value is (222,9,110). Sum of RGB (Red+Green+Blue) = 222+9+110=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE096E is #21F691. Grayscale: #545454. Windows color (decimal): -2225810 or 7211486. OLE color: 7211486.
HSL color Cylindrical-coordinate representation of color #DE096E: hue angle of 331.55º 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 #DE096E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.13 |
| HSL | 331.55º | 0.92% | 0.45% | - |
| HSV(B) | 331.55º | 0.96% | 0.87% | - |
| XYZ | 33.04 | 16.85 | 16.26 | - |
| YUV | 84.2 | 142.57 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 110 | 0 | 0.96 | 0.50 | 0.13 | 331.55 | 0.92 | 0.45 |
| Hex | DE | 9 | 6E | 0 | 60 | 32 | D | 14C | 5C | 2D |
| Octal | 336 | 11 | 156 | 0 | 140 | 62 | 15 | 514 | 134 | 55 |
| Binary | 11011110 | 1001 | 1101110 | 0 | 1100000 | 110010 | 1101 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DE096E
Complementary color
Monochromatic Colors of #DE096E
Black with #DE096E
Text Example
Text Example
White with #DE096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE096E; }
p { color: rgb(222,9,110); }
H1.HeaderClassName
{
color: #DE096E;
}
.AnyTagClassName
{
color: #DE096E;
}
</style>
background-color css
<style>
a { background-color: #DE096E; }
a { background-color: rgb(222,9,110); }
div.DivClassName
{
background-color: #DE096E;
}
.BgClassName
{
background-color: #DE096E;
}
</style>
border-color css
<style>
span { border-color: #DE096E; }
span { border-color: rgb(222,9,110); }
td.TdClassName
{
border-color: #DE096E;
}
.TagClassName
{
border-color: #DE096E;
}
</style>