Shades of Ruby #DE186A
Tints of Ruby #DE186A
RGB
CMYK
RGB Variations
Color information
#DE186A (or 0xDE186A) is known color: Ruby. HEX triplet: DE, 18 and 6A. RGB value is (222,24,106). Sum of RGB (Red+Green+Blue) = 222+24+106=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE186A is #21E795. Grayscale: #5C5C5C. Windows color (decimal): -2221974 or 6953182. OLE color: 6953182.
HSL color Cylindrical-coordinate representation of color #DE186A: hue angle of 335.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE186A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.13 |
| HSL | 335.15º | 0.8% | 0.48% | - |
| HSV(B) | 335.15º | 0.89% | 0.87% | - |
| XYZ | 33.05 | 17.22 | 15.22 | - |
| YUV | 92.55 | 135.6 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 106 | 0 | 0.89 | 0.52 | 0.13 | 335.15 | 0.8 | 0.48 |
| Hex | DE | 18 | 6A | 0 | 59 | 34 | D | 14F | 50 | 30 |
| Octal | 336 | 30 | 152 | 0 | 131 | 64 | 15 | 517 | 120 | 60 |
| Binary | 11011110 | 11000 | 1101010 | 0 | 1011001 | 110100 | 1101 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DE186A
Complementary color
Monochromatic Colors of #DE186A
Black with #DE186A
Text Example
Text Example
White with #DE186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE186A; }
p { color: rgb(222,24,106); }
H1.HeaderClassName
{
color: #DE186A;
}
.AnyTagClassName
{
color: #DE186A;
}
</style>
background-color css
<style>
a { background-color: #DE186A; }
a { background-color: rgb(222,24,106); }
div.DivClassName
{
background-color: #DE186A;
}
.BgClassName
{
background-color: #DE186A;
}
</style>
border-color css
<style>
span { border-color: #DE186A; }
span { border-color: rgb(222,24,106); }
td.TdClassName
{
border-color: #DE186A;
}
.TagClassName
{
border-color: #DE186A;
}
</style>