Shades of Ruby #DD0776
Tints of Ruby #DD0776
RGB
CMYK
RGB Variations
Color information
#DD0776 (or 0xDD0776) is known color: Ruby. HEX triplet: DD, 07 and 76. RGB value is (221,7,118). Sum of RGB (Red+Green+Blue) = 221+7+118=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0776 is #22F889. Grayscale: #535353. Windows color (decimal): -2291850 or 7735261. OLE color: 7735261.
HSL color Cylindrical-coordinate representation of color #DD0776: hue angle of 328.88º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0776 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.13 |
| HSL | 328.88º | 0.94% | 0.45% | - |
| HSV(B) | 328.88º | 0.97% | 0.87% | - |
| XYZ | 33.16 | 16.83 | 18.64 | - |
| YUV | 83.64 | 147.4 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 118 | 0 | 0.97 | 0.47 | 0.13 | 328.88 | 0.94 | 0.45 |
| Hex | DD | 7 | 76 | 0 | 61 | 2F | D | 149 | 5E | 2D |
| Octal | 335 | 7 | 166 | 0 | 141 | 57 | 15 | 511 | 136 | 55 |
| Binary | 11011101 | 111 | 1110110 | 0 | 1100001 | 101111 | 1101 | 101001001 | 1011110 | 101101 |
Color Harmonies of #DD0776
Complementary color
Monochromatic Colors of #DD0776
Black with #DD0776
Text Example
Text Example
White with #DD0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0776; }
p { color: rgb(221,7,118); }
H1.HeaderClassName
{
color: #DD0776;
}
.AnyTagClassName
{
color: #DD0776;
}
</style>
background-color css
<style>
a { background-color: #DD0776; }
a { background-color: rgb(221,7,118); }
div.DivClassName
{
background-color: #DD0776;
}
.BgClassName
{
background-color: #DD0776;
}
</style>
border-color css
<style>
span { border-color: #DD0776; }
span { border-color: rgb(221,7,118); }
td.TdClassName
{
border-color: #DD0776;
}
.TagClassName
{
border-color: #DD0776;
}
</style>