Shades of Ruby #DE205D
Tints of Ruby #DE205D
RGB
CMYK
RGB Variations
Color information
#DE205D (or 0xDE205D) is known color: Ruby. HEX triplet: DE, 20 and 5D. RGB value is (222,32,93). Sum of RGB (Red+Green+Blue) = 222+32+93=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE205D is #21DFA2. Grayscale: #5F5F5F. Windows color (decimal): -2219939 or 6103262. OLE color: 6103262.
HSL color Cylindrical-coordinate representation of color #DE205D: hue angle of 340.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE205D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.13 |
| HSL | 340.74º | 0.75% | 0.5% | - |
| HSV(B) | 340.74º | 0.86% | 0.87% | - |
| XYZ | 32.62 | 17.35 | 11.99 | - |
| YUV | 95.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 93 | 0 | 0.86 | 0.58 | 0.13 | 340.74 | 0.75 | 0.5 |
| Hex | DE | 20 | 5D | 0 | 56 | 3A | D | 155 | 4B | 32 |
| Octal | 336 | 40 | 135 | 0 | 126 | 72 | 15 | 525 | 113 | 62 |
| Binary | 11011110 | 100000 | 1011101 | 0 | 1010110 | 111010 | 1101 | 101010101 | 1001011 | 110010 |
Color Harmonies of #DE205D
Complementary color
Monochromatic Colors of #DE205D
Black with #DE205D
Text Example
Text Example
White with #DE205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE205D; }
p { color: rgb(222,32,93); }
H1.HeaderClassName
{
color: #DE205D;
}
.AnyTagClassName
{
color: #DE205D;
}
</style>
background-color css
<style>
a { background-color: #DE205D; }
a { background-color: rgb(222,32,93); }
div.DivClassName
{
background-color: #DE205D;
}
.BgClassName
{
background-color: #DE205D;
}
</style>
border-color css
<style>
span { border-color: #DE205D; }
span { border-color: rgb(222,32,93); }
td.TdClassName
{
border-color: #DE205D;
}
.TagClassName
{
border-color: #DE205D;
}
</style>