Shades of Ruby #DE0C60
Tints of Ruby #DE0C60
RGB
CMYK
RGB Variations
Color information
#DE0C60 (or 0xDE0C60) is known color: Ruby. HEX triplet: DE, 0C and 60. RGB value is (222,12,96). Sum of RGB (Red+Green+Blue) = 222+12+96=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0C60 is #21F39F. Grayscale: #545454. Windows color (decimal): -2225056 or 6294750. OLE color: 6294750.
HSL color Cylindrical-coordinate representation of color #DE0C60: hue angle of 336º 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 #DE0C60 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 96 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.13 |
| HSL | 336º | 0.9% | 0.46% | - |
| HSV(B) | 336º | 0.95% | 0.87% | - |
| XYZ | 32.37 | 16.64 | 12.57 | - |
| YUV | 84.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 96 | 0 | 0.95 | 0.57 | 0.13 | 336 | 0.9 | 0.46 |
| Hex | DE | C | 60 | 0 | 5F | 39 | D | 150 | 5A | 2E |
| Octal | 336 | 14 | 140 | 0 | 137 | 71 | 15 | 520 | 132 | 56 |
| Binary | 11011110 | 1100 | 1100000 | 0 | 1011111 | 111001 | 1101 | 101010000 | 1011010 | 101110 |
Color Harmonies of #DE0C60
Complementary color
Monochromatic Colors of #DE0C60
Black with #DE0C60
Text Example
Text Example
White with #DE0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0C60; }
p { color: rgb(222,12,96); }
H1.HeaderClassName
{
color: #DE0C60;
}
.AnyTagClassName
{
color: #DE0C60;
}
</style>
background-color css
<style>
a { background-color: #DE0C60; }
a { background-color: rgb(222,12,96); }
div.DivClassName
{
background-color: #DE0C60;
}
.BgClassName
{
background-color: #DE0C60;
}
</style>
border-color css
<style>
span { border-color: #DE0C60; }
span { border-color: rgb(222,12,96); }
td.TdClassName
{
border-color: #DE0C60;
}
.TagClassName
{
border-color: #DE0C60;
}
</style>