Shades of Ruby #DE1566
Tints of Ruby #DE1566
RGB
CMYK
RGB Variations
Color information
#DE1566 (or 0xDE1566) is known color: Ruby. HEX triplet: DE, 15 and 66. RGB value is (222,21,102). Sum of RGB (Red+Green+Blue) = 222+21+102=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1566 is #21EA99. Grayscale: #5A5A5A. Windows color (decimal): -2222746 or 6690270. OLE color: 6690270.
HSL color Cylindrical-coordinate representation of color #DE1566: hue angle of 335.82º 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 #DE1566 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 102 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.13 |
| HSL | 335.82º | 0.83% | 0.48% | - |
| HSV(B) | 335.82º | 0.91% | 0.87% | - |
| XYZ | 32.79 | 17.03 | 14.13 | - |
| YUV | 90.33 | 134.59 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 102 | 0 | 0.91 | 0.54 | 0.13 | 335.82 | 0.83 | 0.48 |
| Hex | DE | 15 | 66 | 0 | 5B | 36 | D | 150 | 53 | 30 |
| Octal | 336 | 25 | 146 | 0 | 133 | 66 | 15 | 520 | 123 | 60 |
| Binary | 11011110 | 10101 | 1100110 | 0 | 1011011 | 110110 | 1101 | 101010000 | 1010011 | 110000 |
Color Harmonies of #DE1566
Complementary color
Monochromatic Colors of #DE1566
Black with #DE1566
Text Example
Text Example
White with #DE1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1566; }
p { color: rgb(222,21,102); }
H1.HeaderClassName
{
color: #DE1566;
}
.AnyTagClassName
{
color: #DE1566;
}
</style>
background-color css
<style>
a { background-color: #DE1566; }
a { background-color: rgb(222,21,102); }
div.DivClassName
{
background-color: #DE1566;
}
.BgClassName
{
background-color: #DE1566;
}
</style>
border-color css
<style>
span { border-color: #DE1566; }
span { border-color: rgb(222,21,102); }
td.TdClassName
{
border-color: #DE1566;
}
.TagClassName
{
border-color: #DE1566;
}
</style>