Shades of Ruby #DE116C
Tints of Ruby #DE116C
RGB
CMYK
RGB Variations
Color information
#DE116C (or 0xDE116C) is known color: Ruby. HEX triplet: DE, 11 and 6C. RGB value is (222,17,108). Sum of RGB (Red+Green+Blue) = 222+17+108=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE116C is #21EE93. Grayscale: #585858. Windows color (decimal): -2223764 or 7082462. OLE color: 7082462.
HSL color Cylindrical-coordinate representation of color #DE116C: hue angle of 333.37º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE116C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.13 |
| HSL | 333.37º | 0.86% | 0.47% | - |
| HSV(B) | 333.37º | 0.92% | 0.87% | - |
| XYZ | 33.03 | 17.01 | 15.73 | - |
| YUV | 88.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 108 | 0 | 0.92 | 0.51 | 0.13 | 333.37 | 0.86 | 0.47 |
| Hex | DE | 11 | 6C | 0 | 5C | 33 | D | 14D | 56 | 2F |
| Octal | 336 | 21 | 154 | 0 | 134 | 63 | 15 | 515 | 126 | 57 |
| Binary | 11011110 | 10001 | 1101100 | 0 | 1011100 | 110011 | 1101 | 101001101 | 1010110 | 101111 |
Color Harmonies of #DE116C
Complementary color
Monochromatic Colors of #DE116C
Black with #DE116C
Text Example
Text Example
White with #DE116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE116C; }
p { color: rgb(222,17,108); }
H1.HeaderClassName
{
color: #DE116C;
}
.AnyTagClassName
{
color: #DE116C;
}
</style>
background-color css
<style>
a { background-color: #DE116C; }
a { background-color: rgb(222,17,108); }
div.DivClassName
{
background-color: #DE116C;
}
.BgClassName
{
background-color: #DE116C;
}
</style>
border-color css
<style>
span { border-color: #DE116C; }
span { border-color: rgb(222,17,108); }
td.TdClassName
{
border-color: #DE116C;
}
.TagClassName
{
border-color: #DE116C;
}
</style>