Shades of Ruby #DE1756
Tints of Ruby #DE1756
RGB
CMYK
RGB Variations
Color information
#DE1756 (or 0xDE1756) is known color: Ruby. HEX triplet: DE, 17 and 56. RGB value is (222,23,86). Sum of RGB (Red+Green+Blue) = 222+23+86=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1756 is #21E8A9. Grayscale: #595959. Windows color (decimal): -2222250 or 5642206. OLE color: 5642206.
HSL color Cylindrical-coordinate representation of color #DE1756: hue angle of 341.01º 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 #DE1756 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 86 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.13 |
| HSL | 341.01º | 0.81% | 0.48% | - |
| HSV(B) | 341.01º | 0.9% | 0.87% | - |
| XYZ | 32.11 | 16.81 | 10.36 | - |
| YUV | 89.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 86 | 0 | 0.90 | 0.61 | 0.13 | 341.01 | 0.81 | 0.48 |
| Hex | DE | 17 | 56 | 0 | 5A | 3D | D | 155 | 51 | 30 |
| Octal | 336 | 27 | 126 | 0 | 132 | 75 | 15 | 525 | 121 | 60 |
| Binary | 11011110 | 10111 | 1010110 | 0 | 1011010 | 111101 | 1101 | 101010101 | 1010001 | 110000 |
Color Harmonies of #DE1756
Complementary color
Monochromatic Colors of #DE1756
Black with #DE1756
Text Example
Text Example
White with #DE1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1756; }
p { color: rgb(222,23,86); }
H1.HeaderClassName
{
color: #DE1756;
}
.AnyTagClassName
{
color: #DE1756;
}
</style>
background-color css
<style>
a { background-color: #DE1756; }
a { background-color: rgb(222,23,86); }
div.DivClassName
{
background-color: #DE1756;
}
.BgClassName
{
background-color: #DE1756;
}
</style>
border-color css
<style>
span { border-color: #DE1756; }
span { border-color: rgb(222,23,86); }
td.TdClassName
{
border-color: #DE1756;
}
.TagClassName
{
border-color: #DE1756;
}
</style>