Shades of Ruby #DE205C
Tints of Ruby #DE205C
RGB
CMYK
RGB Variations
Color information
#DE205C (or 0xDE205C) is known color: Ruby. HEX triplet: DE, 20 and 5C. RGB value is (222,32,92). Sum of RGB (Red+Green+Blue) = 222+32+92=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE205C is #21DFA3. Grayscale: #5F5F5F. Windows color (decimal): -2219940 or 6037726. OLE color: 6037726.
HSL color Cylindrical-coordinate representation of color #DE205C: hue angle of 341.05º 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 #DE205C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 92 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.13 |
| HSL | 341.05º | 0.75% | 0.5% | - |
| HSV(B) | 341.05º | 0.86% | 0.87% | - |
| XYZ | 32.57 | 17.34 | 11.75 | - |
| YUV | 95.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 92 | 0 | 0.86 | 0.59 | 0.13 | 341.05 | 0.75 | 0.5 |
| Hex | DE | 20 | 5C | 0 | 56 | 3B | D | 155 | 4B | 32 |
| Octal | 336 | 40 | 134 | 0 | 126 | 73 | 15 | 525 | 113 | 62 |
| Binary | 11011110 | 100000 | 1011100 | 0 | 1010110 | 111011 | 1101 | 101010101 | 1001011 | 110010 |
Color Harmonies of #DE205C
Complementary color
Monochromatic Colors of #DE205C
Black with #DE205C
Text Example
Text Example
White with #DE205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE205C; }
p { color: rgb(222,32,92); }
H1.HeaderClassName
{
color: #DE205C;
}
.AnyTagClassName
{
color: #DE205C;
}
</style>
background-color css
<style>
a { background-color: #DE205C; }
a { background-color: rgb(222,32,92); }
div.DivClassName
{
background-color: #DE205C;
}
.BgClassName
{
background-color: #DE205C;
}
</style>
border-color css
<style>
span { border-color: #DE205C; }
span { border-color: rgb(222,32,92); }
td.TdClassName
{
border-color: #DE205C;
}
.TagClassName
{
border-color: #DE205C;
}
</style>