Shades of Ruby #DE176B
Tints of Ruby #DE176B
RGB
CMYK
RGB Variations
Color information
#DE176B (or 0xDE176B) is known color: Ruby. HEX triplet: DE, 17 and 6B. RGB value is (222,23,107). Sum of RGB (Red+Green+Blue) = 222+23+107=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE176B is #21E894. Grayscale: #5B5B5B. Windows color (decimal): -2222229 or 7018462. OLE color: 7018462.
HSL color Cylindrical-coordinate representation of color #DE176B: hue angle of 334.67º 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 #DE176B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.13 |
| HSL | 334.67º | 0.81% | 0.48% | - |
| HSV(B) | 334.67º | 0.9% | 0.87% | - |
| XYZ | 33.08 | 17.2 | 15.49 | - |
| YUV | 92.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 107 | 0 | 0.90 | 0.52 | 0.13 | 334.67 | 0.81 | 0.48 |
| Hex | DE | 17 | 6B | 0 | 5A | 34 | D | 14F | 51 | 30 |
| Octal | 336 | 27 | 153 | 0 | 132 | 64 | 15 | 517 | 121 | 60 |
| Binary | 11011110 | 10111 | 1101011 | 0 | 1011010 | 110100 | 1101 | 101001111 | 1010001 | 110000 |
Color Harmonies of #DE176B
Complementary color
Monochromatic Colors of #DE176B
Black with #DE176B
Text Example
Text Example
White with #DE176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE176B; }
p { color: rgb(222,23,107); }
H1.HeaderClassName
{
color: #DE176B;
}
.AnyTagClassName
{
color: #DE176B;
}
</style>
background-color css
<style>
a { background-color: #DE176B; }
a { background-color: rgb(222,23,107); }
div.DivClassName
{
background-color: #DE176B;
}
.BgClassName
{
background-color: #DE176B;
}
</style>
border-color css
<style>
span { border-color: #DE176B; }
span { border-color: rgb(222,23,107); }
td.TdClassName
{
border-color: #DE176B;
}
.TagClassName
{
border-color: #DE176B;
}
</style>