Shades of Ruby #DE156D
Tints of Ruby #DE156D
RGB
CMYK
RGB Variations
Color information
#DE156D (or 0xDE156D) is known color: Ruby. HEX triplet: DE, 15 and 6D. RGB value is (222,21,109). Sum of RGB (Red+Green+Blue) = 222+21+109=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE156D is #21EA92. Grayscale: #5A5A5A. Windows color (decimal): -2222739 or 7149022. OLE color: 7149022.
HSL color Cylindrical-coordinate representation of color #DE156D: hue angle of 333.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE156D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 109 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.73º | 0.83% | 0.48% | - |
| HSV(B) | 333.73º | 0.91% | 0.87% | - |
| XYZ | 33.15 | 17.17 | 16.03 | - |
| YUV | 91.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 109 | 0 | 0.91 | 0.51 | 0.13 | 333.73 | 0.83 | 0.48 |
| Hex | DE | 15 | 6D | 0 | 5B | 33 | D | 14E | 53 | 30 |
| Octal | 336 | 25 | 155 | 0 | 133 | 63 | 15 | 516 | 123 | 60 |
| Binary | 11011110 | 10101 | 1101101 | 0 | 1011011 | 110011 | 1101 | 101001110 | 1010011 | 110000 |
Color Harmonies of #DE156D
Complementary color
Monochromatic Colors of #DE156D
Black with #DE156D
Text Example
Text Example
White with #DE156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE156D; }
p { color: rgb(222,21,109); }
H1.HeaderClassName
{
color: #DE156D;
}
.AnyTagClassName
{
color: #DE156D;
}
</style>
background-color css
<style>
a { background-color: #DE156D; }
a { background-color: rgb(222,21,109); }
div.DivClassName
{
background-color: #DE156D;
}
.BgClassName
{
background-color: #DE156D;
}
</style>
border-color css
<style>
span { border-color: #DE156D; }
span { border-color: rgb(222,21,109); }
td.TdClassName
{
border-color: #DE156D;
}
.TagClassName
{
border-color: #DE156D;
}
</style>