Shades of Ruby #DE2067
Tints of Ruby #DE2067
RGB
CMYK
RGB Variations
Color information
#DE2067 (or 0xDE2067) is known color: Ruby. HEX triplet: DE, 20 and 67. RGB value is (222,32,103). Sum of RGB (Red+Green+Blue) = 222+32+103=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2067 is #21DF98. Grayscale: #606060. Windows color (decimal): -2219929 or 6758622. OLE color: 6758622.
HSL color Cylindrical-coordinate representation of color #DE2067: hue angle of 337.58º 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 #DE2067 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.13 |
| HSL | 337.58º | 0.75% | 0.5% | - |
| HSV(B) | 337.58º | 0.86% | 0.87% | - |
| XYZ | 33.09 | 17.54 | 14.47 | - |
| YUV | 96.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 103 | 0 | 0.86 | 0.54 | 0.13 | 337.58 | 0.75 | 0.5 |
| Hex | DE | 20 | 67 | 0 | 56 | 36 | D | 152 | 4B | 32 |
| Octal | 336 | 40 | 147 | 0 | 126 | 66 | 15 | 522 | 113 | 62 |
| Binary | 11011110 | 100000 | 1100111 | 0 | 1010110 | 110110 | 1101 | 101010010 | 1001011 | 110010 |
Color Harmonies of #DE2067
Complementary color
Monochromatic Colors of #DE2067
Black with #DE2067
Text Example
Text Example
White with #DE2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2067; }
p { color: rgb(222,32,103); }
H1.HeaderClassName
{
color: #DE2067;
}
.AnyTagClassName
{
color: #DE2067;
}
</style>
background-color css
<style>
a { background-color: #DE2067; }
a { background-color: rgb(222,32,103); }
div.DivClassName
{
background-color: #DE2067;
}
.BgClassName
{
background-color: #DE2067;
}
</style>
border-color css
<style>
span { border-color: #DE2067; }
span { border-color: rgb(222,32,103); }
td.TdClassName
{
border-color: #DE2067;
}
.TagClassName
{
border-color: #DE2067;
}
</style>