Shades of Ruby #DD0976
Tints of Ruby #DD0976
RGB
CMYK
RGB Variations
Color information
#DD0976 (or 0xDD0976) is known color: Ruby. HEX triplet: DD, 09 and 76. RGB value is (221,9,118). Sum of RGB (Red+Green+Blue) = 221+9+118=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0976 is #22F689. Grayscale: #545454. Windows color (decimal): -2291338 or 7735773. OLE color: 7735773.
HSL color Cylindrical-coordinate representation of color #DD0976: hue angle of 329.15º degrees, saturation: 0.92, 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 #DD0976 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.15º | 0.92% | 0.45% | - |
| HSV(B) | 329.15º | 0.96% | 0.87% | - |
| XYZ | 33.19 | 16.88 | 18.65 | - |
| YUV | 84.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 118 | 0 | 0.96 | 0.47 | 0.13 | 329.15 | 0.92 | 0.45 |
| Hex | DD | 9 | 76 | 0 | 60 | 2F | D | 149 | 5C | 2D |
| Octal | 335 | 11 | 166 | 0 | 140 | 57 | 15 | 511 | 134 | 55 |
| Binary | 11011101 | 1001 | 1110110 | 0 | 1100000 | 101111 | 1101 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DD0976
Complementary color
Monochromatic Colors of #DD0976
Black with #DD0976
Text Example
Text Example
White with #DD0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0976; }
p { color: rgb(221,9,118); }
H1.HeaderClassName
{
color: #DD0976;
}
.AnyTagClassName
{
color: #DD0976;
}
</style>
background-color css
<style>
a { background-color: #DD0976; }
a { background-color: rgb(221,9,118); }
div.DivClassName
{
background-color: #DD0976;
}
.BgClassName
{
background-color: #DD0976;
}
</style>
border-color css
<style>
span { border-color: #DD0976; }
span { border-color: rgb(221,9,118); }
td.TdClassName
{
border-color: #DD0976;
}
.TagClassName
{
border-color: #DD0976;
}
</style>