Shades of Ruby #DE0B66
Tints of Ruby #DE0B66
RGB
CMYK
RGB Variations
Color information
#DE0B66 (or 0xDE0B66) is known color: Ruby. HEX triplet: DE, 0B and 66. RGB value is (222,11,102). Sum of RGB (Red+Green+Blue) = 222+11+102=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B66 is #21F499. Grayscale: #545454. Windows color (decimal): -2225306 or 6687710. OLE color: 6687710.
HSL color Cylindrical-coordinate representation of color #DE0B66: hue angle of 334.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B66 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 102 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.13 |
| HSL | 334.12º | 0.91% | 0.46% | - |
| HSV(B) | 334.12º | 0.95% | 0.87% | - |
| XYZ | 32.64 | 16.73 | 14.08 | - |
| YUV | 84.46 | 137.9 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 102 | 0 | 0.95 | 0.54 | 0.13 | 334.12 | 0.91 | 0.46 |
| Hex | DE | B | 66 | 0 | 5F | 36 | D | 14E | 5B | 2E |
| Octal | 336 | 13 | 146 | 0 | 137 | 66 | 15 | 516 | 133 | 56 |
| Binary | 11011110 | 1011 | 1100110 | 0 | 1011111 | 110110 | 1101 | 101001110 | 1011011 | 101110 |
Color Harmonies of #DE0B66
Complementary color
Monochromatic Colors of #DE0B66
Black with #DE0B66
Text Example
Text Example
White with #DE0B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B66; }
p { color: rgb(222,11,102); }
H1.HeaderClassName
{
color: #DE0B66;
}
.AnyTagClassName
{
color: #DE0B66;
}
</style>
background-color css
<style>
a { background-color: #DE0B66; }
a { background-color: rgb(222,11,102); }
div.DivClassName
{
background-color: #DE0B66;
}
.BgClassName
{
background-color: #DE0B66;
}
</style>
border-color css
<style>
span { border-color: #DE0B66; }
span { border-color: rgb(222,11,102); }
td.TdClassName
{
border-color: #DE0B66;
}
.TagClassName
{
border-color: #DE0B66;
}
</style>