Shades of Ruby #DE1565
Tints of Ruby #DE1565
RGB
CMYK
RGB Variations
Color information
#DE1565 (or 0xDE1565) is known color: Ruby. HEX triplet: DE, 15 and 65. RGB value is (222,21,101). Sum of RGB (Red+Green+Blue) = 222+21+101=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1565 is #21EA9A. Grayscale: #5A5A5A. Windows color (decimal): -2222747 or 6624734. OLE color: 6624734.
HSL color Cylindrical-coordinate representation of color #DE1565: hue angle of 336.12º 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 #DE1565 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 101 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.13 |
| HSL | 336.12º | 0.83% | 0.48% | - |
| HSV(B) | 336.12º | 0.91% | 0.87% | - |
| XYZ | 32.74 | 17.01 | 13.87 | - |
| YUV | 90.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 101 | 0 | 0.91 | 0.55 | 0.13 | 336.12 | 0.83 | 0.48 |
| Hex | DE | 15 | 65 | 0 | 5B | 37 | D | 150 | 53 | 30 |
| Octal | 336 | 25 | 145 | 0 | 133 | 67 | 15 | 520 | 123 | 60 |
| Binary | 11011110 | 10101 | 1100101 | 0 | 1011011 | 110111 | 1101 | 101010000 | 1010011 | 110000 |
Color Harmonies of #DE1565
Complementary color
Monochromatic Colors of #DE1565
Black with #DE1565
Text Example
Text Example
White with #DE1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1565; }
p { color: rgb(222,21,101); }
H1.HeaderClassName
{
color: #DE1565;
}
.AnyTagClassName
{
color: #DE1565;
}
</style>
background-color css
<style>
a { background-color: #DE1565; }
a { background-color: rgb(222,21,101); }
div.DivClassName
{
background-color: #DE1565;
}
.BgClassName
{
background-color: #DE1565;
}
</style>
border-color css
<style>
span { border-color: #DE1565; }
span { border-color: rgb(222,21,101); }
td.TdClassName
{
border-color: #DE1565;
}
.TagClassName
{
border-color: #DE1565;
}
</style>