Shades of Ruby #DD0076
Tints of Ruby #DD0076
RGB
CMYK
RGB Variations
Color information
#DD0076 (or 0xDD0076) is known color: Ruby. HEX triplet: DD, 00 and 76. RGB value is (221,0,118). Sum of RGB (Red+Green+Blue) = 221+0+118=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0076 is #22FF89. Grayscale: #4F4F4F. Windows color (decimal): -2293642 or 7733469. OLE color: 7733469.
HSL color Cylindrical-coordinate representation of color #DD0076: hue angle of 327.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0076 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.47 | 0.13 |
| HSL | 327.96º | 1% | 0.43% | - |
| HSV(B) | 327.96º | 1% | 0.87% | - |
| XYZ | 33.09 | 16.68 | 18.62 | - |
| YUV | 79.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 118 | 0 | 1 | 0.47 | 0.13 | 327.96 | 1 | 0.43 |
| Hex | DD | 0 | 76 | 0 | 64 | 2F | D | 148 | 64 | 2B |
| Octal | 335 | 0 | 166 | 0 | 144 | 57 | 15 | 510 | 144 | 53 |
| Binary | 11011101 | 0 | 1110110 | 0 | 1100100 | 101111 | 1101 | 101001000 | 1100100 | 101011 |
Color Harmonies of #DD0076
Complementary color
Monochromatic Colors of #DD0076
Black with #DD0076
Text Example
Text Example
White with #DD0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0076; }
p { color: rgb(221,0,118); }
H1.HeaderClassName
{
color: #DD0076;
}
.AnyTagClassName
{
color: #DD0076;
}
</style>
background-color css
<style>
a { background-color: #DD0076; }
a { background-color: rgb(221,0,118); }
div.DivClassName
{
background-color: #DD0076;
}
.BgClassName
{
background-color: #DD0076;
}
</style>
border-color css
<style>
span { border-color: #DD0076; }
span { border-color: rgb(221,0,118); }
td.TdClassName
{
border-color: #DD0076;
}
.TagClassName
{
border-color: #DD0076;
}
</style>