Shades of Ruby #DE185C
Tints of Ruby #DE185C
RGB
CMYK
RGB Variations
Color information
#DE185C (or 0xDE185C) is known color: Ruby. HEX triplet: DE, 18 and 5C. RGB value is (222,24,92). Sum of RGB (Red+Green+Blue) = 222+24+92=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE185C is #21E7A3. Grayscale: #5A5A5A. Windows color (decimal): -2221988 or 6035678. OLE color: 6035678.
HSL color Cylindrical-coordinate representation of color #DE185C: hue angle of 339.39º 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 #DE185C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.13 |
| HSL | 339.39º | 0.8% | 0.48% | - |
| HSV(B) | 339.39º | 0.89% | 0.87% | - |
| XYZ | 32.38 | 16.96 | 11.69 | - |
| YUV | 90.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 92 | 0 | 0.89 | 0.59 | 0.13 | 339.39 | 0.8 | 0.48 |
| Hex | DE | 18 | 5C | 0 | 59 | 3B | D | 153 | 50 | 30 |
| Octal | 336 | 30 | 134 | 0 | 131 | 73 | 15 | 523 | 120 | 60 |
| Binary | 11011110 | 11000 | 1011100 | 0 | 1011001 | 111011 | 1101 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DE185C
Complementary color
Monochromatic Colors of #DE185C
Black with #DE185C
Text Example
Text Example
White with #DE185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE185C; }
p { color: rgb(222,24,92); }
H1.HeaderClassName
{
color: #DE185C;
}
.AnyTagClassName
{
color: #DE185C;
}
</style>
background-color css
<style>
a { background-color: #DE185C; }
a { background-color: rgb(222,24,92); }
div.DivClassName
{
background-color: #DE185C;
}
.BgClassName
{
background-color: #DE185C;
}
</style>
border-color css
<style>
span { border-color: #DE185C; }
span { border-color: rgb(222,24,92); }
td.TdClassName
{
border-color: #DE185C;
}
.TagClassName
{
border-color: #DE185C;
}
</style>