Shades of Ruby #DE096A
Tints of Ruby #DE096A
RGB
CMYK
RGB Variations
Color information
#DE096A (or 0xDE096A) is known color: Ruby. HEX triplet: DE, 09 and 6A. RGB value is (222,9,106). Sum of RGB (Red+Green+Blue) = 222+9+106=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE096A is #21F695. Grayscale: #535353. Windows color (decimal): -2225814 or 6949342. OLE color: 6949342.
HSL color Cylindrical-coordinate representation of color #DE096A: hue angle of 332.68º 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 #DE096A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.13 |
| HSL | 332.68º | 0.92% | 0.45% | - |
| HSV(B) | 332.68º | 0.96% | 0.87% | - |
| XYZ | 32.82 | 16.77 | 15.14 | - |
| YUV | 83.75 | 140.57 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 106 | 0 | 0.96 | 0.52 | 0.13 | 332.68 | 0.92 | 0.45 |
| Hex | DE | 9 | 6A | 0 | 60 | 34 | D | 14D | 5C | 2D |
| Octal | 336 | 11 | 152 | 0 | 140 | 64 | 15 | 515 | 134 | 55 |
| Binary | 11011110 | 1001 | 1101010 | 0 | 1100000 | 110100 | 1101 | 101001101 | 1011100 | 101101 |
Color Harmonies of #DE096A
Complementary color
Monochromatic Colors of #DE096A
Black with #DE096A
Text Example
Text Example
White with #DE096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE096A; }
p { color: rgb(222,9,106); }
H1.HeaderClassName
{
color: #DE096A;
}
.AnyTagClassName
{
color: #DE096A;
}
</style>
background-color css
<style>
a { background-color: #DE096A; }
a { background-color: rgb(222,9,106); }
div.DivClassName
{
background-color: #DE096A;
}
.BgClassName
{
background-color: #DE096A;
}
</style>
border-color css
<style>
span { border-color: #DE096A; }
span { border-color: rgb(222,9,106); }
td.TdClassName
{
border-color: #DE096A;
}
.TagClassName
{
border-color: #DE096A;
}
</style>