Shades of Ruby #DE186E
Tints of Ruby #DE186E
RGB
CMYK
RGB Variations
Color information
#DE186E (or 0xDE186E) is known color: Ruby. HEX triplet: DE, 18 and 6E. RGB value is (222,24,110). Sum of RGB (Red+Green+Blue) = 222+24+110=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE186E is #21E791. Grayscale: #5C5C5C. Windows color (decimal): -2221970 or 7215326. OLE color: 7215326.
HSL color Cylindrical-coordinate representation of color #DE186E: hue angle of 333.94º 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 #DE186E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 110 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.13 |
| HSL | 333.94º | 0.8% | 0.48% | - |
| HSV(B) | 333.94º | 0.89% | 0.87% | - |
| XYZ | 33.27 | 17.31 | 16.34 | - |
| YUV | 93.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 110 | 0 | 0.89 | 0.50 | 0.13 | 333.94 | 0.8 | 0.48 |
| Hex | DE | 18 | 6E | 0 | 59 | 32 | D | 14E | 50 | 30 |
| Octal | 336 | 30 | 156 | 0 | 131 | 62 | 15 | 516 | 120 | 60 |
| Binary | 11011110 | 11000 | 1101110 | 0 | 1011001 | 110010 | 1101 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DE186E
Complementary color
Monochromatic Colors of #DE186E
Black with #DE186E
Text Example
Text Example
White with #DE186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE186E; }
p { color: rgb(222,24,110); }
H1.HeaderClassName
{
color: #DE186E;
}
.AnyTagClassName
{
color: #DE186E;
}
</style>
background-color css
<style>
a { background-color: #DE186E; }
a { background-color: rgb(222,24,110); }
div.DivClassName
{
background-color: #DE186E;
}
.BgClassName
{
background-color: #DE186E;
}
</style>
border-color css
<style>
span { border-color: #DE186E; }
span { border-color: rgb(222,24,110); }
td.TdClassName
{
border-color: #DE186E;
}
.TagClassName
{
border-color: #DE186E;
}
</style>