Shades of Ruby #DE1567
Tints of Ruby #DE1567
RGB
CMYK
RGB Variations
Color information
#DE1567 (or 0xDE1567) is known color: Ruby. HEX triplet: DE, 15 and 67. RGB value is (222,21,103). Sum of RGB (Red+Green+Blue) = 222+21+103=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1567 is #21EA98. Grayscale: #5A5A5A. Windows color (decimal): -2222745 or 6755806. OLE color: 6755806.
HSL color Cylindrical-coordinate representation of color #DE1567: hue angle of 335.52º 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 #DE1567 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.13 |
| HSL | 335.52º | 0.83% | 0.48% | - |
| HSV(B) | 335.52º | 0.91% | 0.87% | - |
| XYZ | 32.84 | 17.05 | 14.39 | - |
| YUV | 90.45 | 135.09 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 103 | 0 | 0.91 | 0.54 | 0.13 | 335.52 | 0.83 | 0.48 |
| Hex | DE | 15 | 67 | 0 | 5B | 36 | D | 150 | 53 | 30 |
| Octal | 336 | 25 | 147 | 0 | 133 | 66 | 15 | 520 | 123 | 60 |
| Binary | 11011110 | 10101 | 1100111 | 0 | 1011011 | 110110 | 1101 | 101010000 | 1010011 | 110000 |
Color Harmonies of #DE1567
Complementary color
Monochromatic Colors of #DE1567
Black with #DE1567
Text Example
Text Example
White with #DE1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1567; }
p { color: rgb(222,21,103); }
H1.HeaderClassName
{
color: #DE1567;
}
.AnyTagClassName
{
color: #DE1567;
}
</style>
background-color css
<style>
a { background-color: #DE1567; }
a { background-color: rgb(222,21,103); }
div.DivClassName
{
background-color: #DE1567;
}
.BgClassName
{
background-color: #DE1567;
}
</style>
border-color css
<style>
span { border-color: #DE1567; }
span { border-color: rgb(222,21,103); }
td.TdClassName
{
border-color: #DE1567;
}
.TagClassName
{
border-color: #DE1567;
}
</style>