Shades of Ruby #DD0E77
Tints of Ruby #DD0E77
RGB
CMYK
RGB Variations
Color information
#DD0E77 (or 0xDD0E77) is known color: Ruby. HEX triplet: DD, 0E and 77. RGB value is (221,14,119). Sum of RGB (Red+Green+Blue) = 221+14+119=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E77 is #22F188. Grayscale: #575757. Windows color (decimal): -2290057 or 7802589. OLE color: 7802589.
HSL color Cylindrical-coordinate representation of color #DD0E77: hue angle of 329.57º 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 #DD0E77 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 119 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.13 |
| HSL | 329.57º | 0.88% | 0.46% | - |
| HSV(B) | 329.57º | 0.94% | 0.87% | - |
| XYZ | 33.31 | 17.02 | 18.98 | - |
| YUV | 87.86 | 145.58 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 119 | 0 | 0.94 | 0.46 | 0.13 | 329.57 | 0.88 | 0.46 |
| Hex | DD | E | 77 | 0 | 5E | 2E | D | 14A | 58 | 2E |
| Octal | 335 | 16 | 167 | 0 | 136 | 56 | 15 | 512 | 130 | 56 |
| Binary | 11011101 | 1110 | 1110111 | 0 | 1011110 | 101110 | 1101 | 101001010 | 1011000 | 101110 |
Color Harmonies of #DD0E77
Complementary color
Monochromatic Colors of #DD0E77
Black with #DD0E77
Text Example
Text Example
White with #DD0E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E77; }
p { color: rgb(221,14,119); }
H1.HeaderClassName
{
color: #DD0E77;
}
.AnyTagClassName
{
color: #DD0E77;
}
</style>
background-color css
<style>
a { background-color: #DD0E77; }
a { background-color: rgb(221,14,119); }
div.DivClassName
{
background-color: #DD0E77;
}
.BgClassName
{
background-color: #DD0E77;
}
</style>
border-color css
<style>
span { border-color: #DD0E77; }
span { border-color: rgb(221,14,119); }
td.TdClassName
{
border-color: #DD0E77;
}
.TagClassName
{
border-color: #DD0E77;
}
</style>