Shades of Ruby #DD0977
Tints of Ruby #DD0977
RGB
CMYK
RGB Variations
Color information
#DD0977 (or 0xDD0977) is known color: Ruby. HEX triplet: DD, 09 and 77. RGB value is (221,9,119). Sum of RGB (Red+Green+Blue) = 221+9+119=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0977 is #22F688. Grayscale: #545454. Windows color (decimal): -2291337 or 7801309. OLE color: 7801309.
HSL color Cylindrical-coordinate representation of color #DD0977: hue angle of 328.87º 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 #DD0977 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.13 |
| HSL | 328.87º | 0.92% | 0.45% | - |
| HSV(B) | 328.87º | 0.96% | 0.87% | - |
| XYZ | 33.25 | 16.9 | 18.96 | - |
| YUV | 84.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 119 | 0 | 0.96 | 0.46 | 0.13 | 328.87 | 0.92 | 0.45 |
| Hex | DD | 9 | 77 | 0 | 60 | 2E | D | 149 | 5C | 2D |
| Octal | 335 | 11 | 167 | 0 | 140 | 56 | 15 | 511 | 134 | 55 |
| Binary | 11011101 | 1001 | 1110111 | 0 | 1100000 | 101110 | 1101 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DD0977
Complementary color
Monochromatic Colors of #DD0977
Black with #DD0977
Text Example
Text Example
White with #DD0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0977; }
p { color: rgb(221,9,119); }
H1.HeaderClassName
{
color: #DD0977;
}
.AnyTagClassName
{
color: #DD0977;
}
</style>
background-color css
<style>
a { background-color: #DD0977; }
a { background-color: rgb(221,9,119); }
div.DivClassName
{
background-color: #DD0977;
}
.BgClassName
{
background-color: #DD0977;
}
</style>
border-color css
<style>
span { border-color: #DD0977; }
span { border-color: rgb(221,9,119); }
td.TdClassName
{
border-color: #DD0977;
}
.TagClassName
{
border-color: #DD0977;
}
</style>