Shades of Ruby #DE076B
Tints of Ruby #DE076B
RGB
CMYK
RGB Variations
Color information
#DE076B (or 0xDE076B) is known color: Ruby. HEX triplet: DE, 07 and 6B. RGB value is (222,7,107). Sum of RGB (Red+Green+Blue) = 222+7+107=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE076B is #21F894. Grayscale: #525252. Windows color (decimal): -2226325 or 7014366. OLE color: 7014366.
HSL color Cylindrical-coordinate representation of color #DE076B: hue angle of 332.09º 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 #DE076B is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.13 |
| HSL | 332.09º | 0.94% | 0.45% | - |
| HSV(B) | 332.09º | 0.97% | 0.87% | - |
| XYZ | 32.85 | 16.74 | 15.41 | - |
| YUV | 82.69 | 141.73 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 107 | 0 | 0.97 | 0.52 | 0.13 | 332.09 | 0.94 | 0.45 |
| Hex | DE | 7 | 6B | 0 | 61 | 34 | D | 14C | 5E | 2D |
| Octal | 336 | 7 | 153 | 0 | 141 | 64 | 15 | 514 | 136 | 55 |
| Binary | 11011110 | 111 | 1101011 | 0 | 1100001 | 110100 | 1101 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DE076B
Complementary color
Monochromatic Colors of #DE076B
Black with #DE076B
Text Example
Text Example
White with #DE076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE076B; }
p { color: rgb(222,7,107); }
H1.HeaderClassName
{
color: #DE076B;
}
.AnyTagClassName
{
color: #DE076B;
}
</style>
background-color css
<style>
a { background-color: #DE076B; }
a { background-color: rgb(222,7,107); }
div.DivClassName
{
background-color: #DE076B;
}
.BgClassName
{
background-color: #DE076B;
}
</style>
border-color css
<style>
span { border-color: #DE076B; }
span { border-color: rgb(222,7,107); }
td.TdClassName
{
border-color: #DE076B;
}
.TagClassName
{
border-color: #DE076B;
}
</style>