Shades of Ruby #DE1561
Tints of Ruby #DE1561
RGB
CMYK
RGB Variations
Color information
#DE1561 (or 0xDE1561) is known color: Ruby. HEX triplet: DE, 15 and 61. RGB value is (222,21,97). Sum of RGB (Red+Green+Blue) = 222+21+97=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1561 is #21EA9E. Grayscale: #595959. Windows color (decimal): -2222751 or 6362590. OLE color: 6362590.
HSL color Cylindrical-coordinate representation of color #DE1561: hue angle of 337.31º 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 #DE1561 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 97 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.13 |
| HSL | 337.31º | 0.83% | 0.48% | - |
| HSV(B) | 337.31º | 0.91% | 0.87% | - |
| XYZ | 32.55 | 16.93 | 12.86 | - |
| YUV | 89.76 | 132.09 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 97 | 0 | 0.91 | 0.56 | 0.13 | 337.31 | 0.83 | 0.48 |
| Hex | DE | 15 | 61 | 0 | 5B | 38 | D | 151 | 53 | 30 |
| Octal | 336 | 25 | 141 | 0 | 133 | 70 | 15 | 521 | 123 | 60 |
| Binary | 11011110 | 10101 | 1100001 | 0 | 1011011 | 111000 | 1101 | 101010001 | 1010011 | 110000 |
Color Harmonies of #DE1561
Complementary color
Monochromatic Colors of #DE1561
Black with #DE1561
Text Example
Text Example
White with #DE1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1561; }
p { color: rgb(222,21,97); }
H1.HeaderClassName
{
color: #DE1561;
}
.AnyTagClassName
{
color: #DE1561;
}
</style>
background-color css
<style>
a { background-color: #DE1561; }
a { background-color: rgb(222,21,97); }
div.DivClassName
{
background-color: #DE1561;
}
.BgClassName
{
background-color: #DE1561;
}
</style>
border-color css
<style>
span { border-color: #DE1561; }
span { border-color: rgb(222,21,97); }
td.TdClassName
{
border-color: #DE1561;
}
.TagClassName
{
border-color: #DE1561;
}
</style>