Shades of Ruby #DE1564
Tints of Ruby #DE1564
RGB
CMYK
RGB Variations
Color information
#DE1564 (or 0xDE1564) is known color: Ruby. HEX triplet: DE, 15 and 64. RGB value is (222,21,100). Sum of RGB (Red+Green+Blue) = 222+21+100=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1564 is #21EA9B. Grayscale: #595959. Windows color (decimal): -2222748 or 6559198. OLE color: 6559198.
HSL color Cylindrical-coordinate representation of color #DE1564: hue angle of 336.42º 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 #DE1564 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 100 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.13 |
| HSL | 336.42º | 0.83% | 0.48% | - |
| HSV(B) | 336.42º | 0.91% | 0.87% | - |
| XYZ | 32.69 | 16.99 | 13.61 | - |
| YUV | 90.11 | 133.59 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 100 | 0 | 0.91 | 0.55 | 0.13 | 336.42 | 0.83 | 0.48 |
| Hex | DE | 15 | 64 | 0 | 5B | 37 | D | 150 | 53 | 30 |
| Octal | 336 | 25 | 144 | 0 | 133 | 67 | 15 | 520 | 123 | 60 |
| Binary | 11011110 | 10101 | 1100100 | 0 | 1011011 | 110111 | 1101 | 101010000 | 1010011 | 110000 |
Color Harmonies of #DE1564
Complementary color
Monochromatic Colors of #DE1564
Black with #DE1564
Text Example
Text Example
White with #DE1564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1564; }
p { color: rgb(222,21,100); }
H1.HeaderClassName
{
color: #DE1564;
}
.AnyTagClassName
{
color: #DE1564;
}
</style>
background-color css
<style>
a { background-color: #DE1564; }
a { background-color: rgb(222,21,100); }
div.DivClassName
{
background-color: #DE1564;
}
.BgClassName
{
background-color: #DE1564;
}
</style>
border-color css
<style>
span { border-color: #DE1564; }
span { border-color: rgb(222,21,100); }
td.TdClassName
{
border-color: #DE1564;
}
.TagClassName
{
border-color: #DE1564;
}
</style>