Shades of Ruby #DD0E60
Tints of Ruby #DD0E60
RGB
CMYK
RGB Variations
Color information
#DD0E60 (or 0xDD0E60) is known color: Ruby. HEX triplet: DD, 0E and 60. RGB value is (221,14,96). Sum of RGB (Red+Green+Blue) = 221+14+96=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E60 is #22F19F. Grayscale: #555555. Windows color (decimal): -2290080 or 6295261. OLE color: 6295261.
HSL color Cylindrical-coordinate representation of color #DD0E60: hue angle of 336.23º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E60 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 96 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.13 |
| HSL | 336.23º | 0.88% | 0.46% | - |
| HSV(B) | 336.23º | 0.94% | 0.87% | - |
| XYZ | 32.09 | 16.53 | 12.57 | - |
| YUV | 85.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 96 | 0 | 0.94 | 0.57 | 0.13 | 336.23 | 0.88 | 0.46 |
| Hex | DD | E | 60 | 0 | 5E | 39 | D | 150 | 58 | 2E |
| Octal | 335 | 16 | 140 | 0 | 136 | 71 | 15 | 520 | 130 | 56 |
| Binary | 11011101 | 1110 | 1100000 | 0 | 1011110 | 111001 | 1101 | 101010000 | 1011000 | 101110 |
Color Harmonies of #DD0E60
Complementary color
Monochromatic Colors of #DD0E60
Black with #DD0E60
Text Example
Text Example
White with #DD0E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E60; }
p { color: rgb(221,14,96); }
H1.HeaderClassName
{
color: #DD0E60;
}
.AnyTagClassName
{
color: #DD0E60;
}
</style>
background-color css
<style>
a { background-color: #DD0E60; }
a { background-color: rgb(221,14,96); }
div.DivClassName
{
background-color: #DD0E60;
}
.BgClassName
{
background-color: #DD0E60;
}
</style>
border-color css
<style>
span { border-color: #DD0E60; }
span { border-color: rgb(221,14,96); }
td.TdClassName
{
border-color: #DD0E60;
}
.TagClassName
{
border-color: #DD0E60;
}
</style>