Shades of Ruby #DE1569
Tints of Ruby #DE1569
RGB
CMYK
RGB Variations
Color information
#DE1569 (or 0xDE1569) is known color: Ruby. HEX triplet: DE, 15 and 69. RGB value is (222,21,105). Sum of RGB (Red+Green+Blue) = 222+21+105=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1569 is #21EA96. Grayscale: #5A5A5A. Windows color (decimal): -2222743 or 6886878. OLE color: 6886878.
HSL color Cylindrical-coordinate representation of color #DE1569: hue angle of 334.93º 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 #DE1569 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.13 |
| HSL | 334.93º | 0.83% | 0.48% | - |
| HSV(B) | 334.93º | 0.91% | 0.87% | - |
| XYZ | 32.94 | 17.09 | 14.93 | - |
| YUV | 90.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 105 | 0 | 0.91 | 0.53 | 0.13 | 334.93 | 0.83 | 0.48 |
| Hex | DE | 15 | 69 | 0 | 5B | 35 | D | 14F | 53 | 30 |
| Octal | 336 | 25 | 151 | 0 | 133 | 65 | 15 | 517 | 123 | 60 |
| Binary | 11011110 | 10101 | 1101001 | 0 | 1011011 | 110101 | 1101 | 101001111 | 1010011 | 110000 |
Color Harmonies of #DE1569
Complementary color
Monochromatic Colors of #DE1569
Black with #DE1569
Text Example
Text Example
White with #DE1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1569; }
p { color: rgb(222,21,105); }
H1.HeaderClassName
{
color: #DE1569;
}
.AnyTagClassName
{
color: #DE1569;
}
</style>
background-color css
<style>
a { background-color: #DE1569; }
a { background-color: rgb(222,21,105); }
div.DivClassName
{
background-color: #DE1569;
}
.BgClassName
{
background-color: #DE1569;
}
</style>
border-color css
<style>
span { border-color: #DE1569; }
span { border-color: rgb(222,21,105); }
td.TdClassName
{
border-color: #DE1569;
}
.TagClassName
{
border-color: #DE1569;
}
</style>