Shades of Ruby #DE166F
Tints of Ruby #DE166F
RGB
CMYK
RGB Variations
Color information
#DE166F (or 0xDE166F) is known color: Ruby. HEX triplet: DE, 16 and 6F. RGB value is (222,22,111). Sum of RGB (Red+Green+Blue) = 222+22+111=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE166F is #21E990. Grayscale: #5B5B5B. Windows color (decimal): -2222481 or 7280350. OLE color: 7280350.
HSL color Cylindrical-coordinate representation of color #DE166F: hue angle of 333.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE166F is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.13 |
| HSL | 333.3º | 0.82% | 0.48% | - |
| HSV(B) | 333.3º | 0.9% | 0.87% | - |
| XYZ | 33.28 | 17.25 | 16.61 | - |
| YUV | 91.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 111 | 0 | 0.90 | 0.5 | 0.13 | 333.3 | 0.82 | 0.48 |
| Hex | DE | 16 | 6F | 0 | 5A | 32 | D | 14D | 52 | 30 |
| Octal | 336 | 26 | 157 | 0 | 132 | 62 | 15 | 515 | 122 | 60 |
| Binary | 11011110 | 10110 | 1101111 | 0 | 1011010 | 110010 | 1101 | 101001101 | 1010010 | 110000 |
Color Harmonies of #DE166F
Complementary color
Monochromatic Colors of #DE166F
Black with #DE166F
Text Example
Text Example
White with #DE166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE166F; }
p { color: rgb(222,22,111); }
H1.HeaderClassName
{
color: #DE166F;
}
.AnyTagClassName
{
color: #DE166F;
}
</style>
background-color css
<style>
a { background-color: #DE166F; }
a { background-color: rgb(222,22,111); }
div.DivClassName
{
background-color: #DE166F;
}
.BgClassName
{
background-color: #DE166F;
}
</style>
border-color css
<style>
span { border-color: #DE166F; }
span { border-color: rgb(222,22,111); }
td.TdClassName
{
border-color: #DE166F;
}
.TagClassName
{
border-color: #DE166F;
}
</style>