Shades of Ruby #DE076D
Tints of Ruby #DE076D
RGB
CMYK
RGB Variations
Color information
#DE076D (or 0xDE076D) is known color: Ruby. HEX triplet: DE, 07 and 6D. RGB value is (222,7,109). Sum of RGB (Red+Green+Blue) = 222+7+109=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE076D is #21F892. Grayscale: #525252. Windows color (decimal): -2226323 or 7145438. OLE color: 7145438.
HSL color Cylindrical-coordinate representation of color #DE076D: hue angle of 331.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE076D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.13 |
| HSL | 331.53º | 0.94% | 0.45% | - |
| HSV(B) | 331.53º | 0.97% | 0.87% | - |
| XYZ | 32.96 | 16.79 | 15.97 | - |
| YUV | 82.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 109 | 0 | 0.97 | 0.51 | 0.13 | 331.53 | 0.94 | 0.45 |
| Hex | DE | 7 | 6D | 0 | 61 | 33 | D | 14C | 5E | 2D |
| Octal | 336 | 7 | 155 | 0 | 141 | 63 | 15 | 514 | 136 | 55 |
| Binary | 11011110 | 111 | 1101101 | 0 | 1100001 | 110011 | 1101 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DE076D
Complementary color
Monochromatic Colors of #DE076D
Black with #DE076D
Text Example
Text Example
White with #DE076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE076D; }
p { color: rgb(222,7,109); }
H1.HeaderClassName
{
color: #DE076D;
}
.AnyTagClassName
{
color: #DE076D;
}
</style>
background-color css
<style>
a { background-color: #DE076D; }
a { background-color: rgb(222,7,109); }
div.DivClassName
{
background-color: #DE076D;
}
.BgClassName
{
background-color: #DE076D;
}
</style>
border-color css
<style>
span { border-color: #DE076D; }
span { border-color: rgb(222,7,109); }
td.TdClassName
{
border-color: #DE076D;
}
.TagClassName
{
border-color: #DE076D;
}
</style>