Shades of Ruby #DE176E
Tints of Ruby #DE176E
RGB
CMYK
RGB Variations
Color information
#DE176E (or 0xDE176E) is known color: Ruby. HEX triplet: DE, 17 and 6E. RGB value is (222,23,110). Sum of RGB (Red+Green+Blue) = 222+23+110=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE176E is #21E891. Grayscale: #5C5C5C. Windows color (decimal): -2222226 or 7215070. OLE color: 7215070.
HSL color Cylindrical-coordinate representation of color #DE176E: hue angle of 333.77º degrees, saturation: 0.81, 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 #DE176E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 110 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.13 |
| HSL | 333.77º | 0.81% | 0.48% | - |
| HSV(B) | 333.77º | 0.9% | 0.87% | - |
| XYZ | 33.25 | 17.27 | 16.33 | - |
| YUV | 92.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 110 | 0 | 0.90 | 0.50 | 0.13 | 333.77 | 0.81 | 0.48 |
| Hex | DE | 17 | 6E | 0 | 5A | 32 | D | 14E | 51 | 30 |
| Octal | 336 | 27 | 156 | 0 | 132 | 62 | 15 | 516 | 121 | 60 |
| Binary | 11011110 | 10111 | 1101110 | 0 | 1011010 | 110010 | 1101 | 101001110 | 1010001 | 110000 |
Color Harmonies of #DE176E
Complementary color
Monochromatic Colors of #DE176E
Black with #DE176E
Text Example
Text Example
White with #DE176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE176E; }
p { color: rgb(222,23,110); }
H1.HeaderClassName
{
color: #DE176E;
}
.AnyTagClassName
{
color: #DE176E;
}
</style>
background-color css
<style>
a { background-color: #DE176E; }
a { background-color: rgb(222,23,110); }
div.DivClassName
{
background-color: #DE176E;
}
.BgClassName
{
background-color: #DE176E;
}
</style>
border-color css
<style>
span { border-color: #DE176E; }
span { border-color: rgb(222,23,110); }
td.TdClassName
{
border-color: #DE176E;
}
.TagClassName
{
border-color: #DE176E;
}
</style>