Shades of Ruby #DE1E6D
Tints of Ruby #DE1E6D
RGB
CMYK
RGB Variations
Color information
#DE1E6D (or 0xDE1E6D) is known color: Ruby. HEX triplet: DE, 1E and 6D. RGB value is (222,30,109). Sum of RGB (Red+Green+Blue) = 222+30+109=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1E6D is #21E192. Grayscale: #606060. Windows color (decimal): -2220435 or 7151326. OLE color: 7151326.
HSL color Cylindrical-coordinate representation of color #DE1E6D: hue angle of 335.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E6D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 109 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.13 |
| HSL | 335.31º | 0.76% | 0.49% | - |
| HSV(B) | 335.31º | 0.86% | 0.87% | - |
| XYZ | 33.35 | 17.56 | 16.1 | - |
| YUV | 96.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 109 | 0 | 0.86 | 0.51 | 0.13 | 335.31 | 0.76 | 0.49 |
| Hex | DE | 1E | 6D | 0 | 56 | 33 | D | 14F | 4C | 31 |
| Octal | 336 | 36 | 155 | 0 | 126 | 63 | 15 | 517 | 114 | 61 |
| Binary | 11011110 | 11110 | 1101101 | 0 | 1010110 | 110011 | 1101 | 101001111 | 1001100 | 110001 |
Color Harmonies of #DE1E6D
Complementary color
Monochromatic Colors of #DE1E6D
Black with #DE1E6D
Text Example
Text Example
White with #DE1E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E6D; }
p { color: rgb(222,30,109); }
H1.HeaderClassName
{
color: #DE1E6D;
}
.AnyTagClassName
{
color: #DE1E6D;
}
</style>
background-color css
<style>
a { background-color: #DE1E6D; }
a { background-color: rgb(222,30,109); }
div.DivClassName
{
background-color: #DE1E6D;
}
.BgClassName
{
background-color: #DE1E6D;
}
</style>
border-color css
<style>
span { border-color: #DE1E6D; }
span { border-color: rgb(222,30,109); }
td.TdClassName
{
border-color: #DE1E6D;
}
.TagClassName
{
border-color: #DE1E6D;
}
</style>