Shades of Ruby #DE2064
Tints of Ruby #DE2064
RGB
CMYK
RGB Variations
Color information
#DE2064 (or 0xDE2064) is known color: Ruby. HEX triplet: DE, 20 and 64. RGB value is (222,32,100). Sum of RGB (Red+Green+Blue) = 222+32+100=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2064 is #21DF9B. Grayscale: #606060. Windows color (decimal): -2219932 or 6562014. OLE color: 6562014.
HSL color Cylindrical-coordinate representation of color #DE2064: hue angle of 338.53º 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 #DE2064 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 100 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.13 |
| HSL | 338.53º | 0.75% | 0.5% | - |
| HSV(B) | 338.53º | 0.86% | 0.87% | - |
| XYZ | 32.94 | 17.48 | 13.69 | - |
| YUV | 96.56 | 129.95 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 100 | 0 | 0.86 | 0.55 | 0.13 | 338.53 | 0.75 | 0.5 |
| Hex | DE | 20 | 64 | 0 | 56 | 37 | D | 153 | 4B | 32 |
| Octal | 336 | 40 | 144 | 0 | 126 | 67 | 15 | 523 | 113 | 62 |
| Binary | 11011110 | 100000 | 1100100 | 0 | 1010110 | 110111 | 1101 | 101010011 | 1001011 | 110010 |
Color Harmonies of #DE2064
Complementary color
Monochromatic Colors of #DE2064
Black with #DE2064
Text Example
Text Example
White with #DE2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2064; }
p { color: rgb(222,32,100); }
H1.HeaderClassName
{
color: #DE2064;
}
.AnyTagClassName
{
color: #DE2064;
}
</style>
background-color css
<style>
a { background-color: #DE2064; }
a { background-color: rgb(222,32,100); }
div.DivClassName
{
background-color: #DE2064;
}
.BgClassName
{
background-color: #DE2064;
}
</style>
border-color css
<style>
span { border-color: #DE2064; }
span { border-color: rgb(222,32,100); }
td.TdClassName
{
border-color: #DE2064;
}
.TagClassName
{
border-color: #DE2064;
}
</style>