Shades of Ruby #DE1653
Tints of Ruby #DE1653
RGB
CMYK
RGB Variations
Color information
#DE1653 (or 0xDE1653) is known color: Ruby. HEX triplet: DE, 16 and 53. RGB value is (222,22,83). Sum of RGB (Red+Green+Blue) = 222+22+83=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1653 is #21E9AC. Grayscale: #585858. Windows color (decimal): -2222509 or 5445342. OLE color: 5445342.
HSL color Cylindrical-coordinate representation of color #DE1653: hue angle of 341.7º degrees, saturation: 0.82, 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 #DE1653 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.13 |
| HSL | 341.7º | 0.82% | 0.48% | - |
| HSV(B) | 341.7º | 0.9% | 0.87% | - |
| XYZ | 31.97 | 16.73 | 9.73 | - |
| YUV | 88.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 83 | 0 | 0.90 | 0.63 | 0.13 | 341.7 | 0.82 | 0.48 |
| Hex | DE | 16 | 53 | 0 | 5A | 3F | D | 156 | 52 | 30 |
| Octal | 336 | 26 | 123 | 0 | 132 | 77 | 15 | 526 | 122 | 60 |
| Binary | 11011110 | 10110 | 1010011 | 0 | 1011010 | 111111 | 1101 | 101010110 | 1010010 | 110000 |
Color Harmonies of #DE1653
Complementary color
Monochromatic Colors of #DE1653
Black with #DE1653
Text Example
Text Example
White with #DE1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1653; }
p { color: rgb(222,22,83); }
H1.HeaderClassName
{
color: #DE1653;
}
.AnyTagClassName
{
color: #DE1653;
}
</style>
background-color css
<style>
a { background-color: #DE1653; }
a { background-color: rgb(222,22,83); }
div.DivClassName
{
background-color: #DE1653;
}
.BgClassName
{
background-color: #DE1653;
}
</style>
border-color css
<style>
span { border-color: #DE1653; }
span { border-color: rgb(222,22,83); }
td.TdClassName
{
border-color: #DE1653;
}
.TagClassName
{
border-color: #DE1653;
}
</style>