Shades of Ruby #DD0876
Tints of Ruby #DD0876
RGB
CMYK
RGB Variations
Color information
#DD0876 (or 0xDD0876) is known color: Ruby. HEX triplet: DD, 08 and 76. RGB value is (221,8,118). Sum of RGB (Red+Green+Blue) = 221+8+118=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0876 is #22F789. Grayscale: #545454. Windows color (decimal): -2291594 or 7735517. OLE color: 7735517.
HSL color Cylindrical-coordinate representation of color #DD0876: hue angle of 329.01º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0876 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.01º | 0.93% | 0.45% | - |
| HSV(B) | 329.01º | 0.96% | 0.87% | - |
| XYZ | 33.18 | 16.85 | 18.64 | - |
| YUV | 84.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 118 | 0 | 0.96 | 0.47 | 0.13 | 329.01 | 0.93 | 0.45 |
| Hex | DD | 8 | 76 | 0 | 60 | 2F | D | 149 | 5D | 2D |
| Octal | 335 | 10 | 166 | 0 | 140 | 57 | 15 | 511 | 135 | 55 |
| Binary | 11011101 | 1000 | 1110110 | 0 | 1100000 | 101111 | 1101 | 101001001 | 1011101 | 101101 |
Color Harmonies of #DD0876
Complementary color
Monochromatic Colors of #DD0876
Black with #DD0876
Text Example
Text Example
White with #DD0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0876; }
p { color: rgb(221,8,118); }
H1.HeaderClassName
{
color: #DD0876;
}
.AnyTagClassName
{
color: #DD0876;
}
</style>
background-color css
<style>
a { background-color: #DD0876; }
a { background-color: rgb(221,8,118); }
div.DivClassName
{
background-color: #DD0876;
}
.BgClassName
{
background-color: #DD0876;
}
</style>
border-color css
<style>
span { border-color: #DD0876; }
span { border-color: rgb(221,8,118); }
td.TdClassName
{
border-color: #DD0876;
}
.TagClassName
{
border-color: #DD0876;
}
</style>