Shades of Ruby #DE0C66
Tints of Ruby #DE0C66
RGB
CMYK
RGB Variations
Color information
#DE0C66 (or 0xDE0C66) is known color: Ruby. HEX triplet: DE, 0C and 66. RGB value is (222,12,102). Sum of RGB (Red+Green+Blue) = 222+12+102=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0C66 is #21F399. Grayscale: #545454. Windows color (decimal): -2225050 or 6687966. OLE color: 6687966.
HSL color Cylindrical-coordinate representation of color #DE0C66: hue angle of 334.29º degrees, saturation: 0.9, 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 #DE0C66 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 102 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.13 |
| HSL | 334.29º | 0.9% | 0.46% | - |
| HSV(B) | 334.29º | 0.95% | 0.87% | - |
| XYZ | 32.65 | 16.75 | 14.08 | - |
| YUV | 85.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 102 | 0 | 0.95 | 0.54 | 0.13 | 334.29 | 0.9 | 0.46 |
| Hex | DE | C | 66 | 0 | 5F | 36 | D | 14E | 5A | 2E |
| Octal | 336 | 14 | 146 | 0 | 137 | 66 | 15 | 516 | 132 | 56 |
| Binary | 11011110 | 1100 | 1100110 | 0 | 1011111 | 110110 | 1101 | 101001110 | 1011010 | 101110 |
Color Harmonies of #DE0C66
Complementary color
Monochromatic Colors of #DE0C66
Black with #DE0C66
Text Example
Text Example
White with #DE0C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0C66; }
p { color: rgb(222,12,102); }
H1.HeaderClassName
{
color: #DE0C66;
}
.AnyTagClassName
{
color: #DE0C66;
}
</style>
background-color css
<style>
a { background-color: #DE0C66; }
a { background-color: rgb(222,12,102); }
div.DivClassName
{
background-color: #DE0C66;
}
.BgClassName
{
background-color: #DE0C66;
}
</style>
border-color css
<style>
span { border-color: #DE0C66; }
span { border-color: rgb(222,12,102); }
td.TdClassName
{
border-color: #DE0C66;
}
.TagClassName
{
border-color: #DE0C66;
}
</style>