Shades of Ruby #DD0577
Tints of Ruby #DD0577
RGB
CMYK
RGB Variations
Color information
#DD0577 (or 0xDD0577) is known color: Ruby. HEX triplet: DD, 05 and 77. RGB value is (221,5,119). Sum of RGB (Red+Green+Blue) = 221+5+119=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0577 is #22FA88. Grayscale: #525252. Windows color (decimal): -2292361 or 7800285. OLE color: 7800285.
HSL color Cylindrical-coordinate representation of color #DD0577: hue angle of 328.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0577 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.13 |
| HSL | 328.33º | 0.96% | 0.44% | - |
| HSV(B) | 328.33º | 0.98% | 0.87% | - |
| XYZ | 33.2 | 16.81 | 18.95 | - |
| YUV | 82.58 | 148.56 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 119 | 0 | 0.98 | 0.46 | 0.13 | 328.33 | 0.96 | 0.44 |
| Hex | DD | 5 | 77 | 0 | 62 | 2E | D | 148 | 60 | 2C |
| Octal | 335 | 5 | 167 | 0 | 142 | 56 | 15 | 510 | 140 | 54 |
| Binary | 11011101 | 101 | 1110111 | 0 | 1100010 | 101110 | 1101 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DD0577
Complementary color
Monochromatic Colors of #DD0577
Black with #DD0577
Text Example
Text Example
White with #DD0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0577; }
p { color: rgb(221,5,119); }
H1.HeaderClassName
{
color: #DD0577;
}
.AnyTagClassName
{
color: #DD0577;
}
</style>
background-color css
<style>
a { background-color: #DD0577; }
a { background-color: rgb(221,5,119); }
div.DivClassName
{
background-color: #DD0577;
}
.BgClassName
{
background-color: #DD0577;
}
</style>
border-color css
<style>
span { border-color: #DD0577; }
span { border-color: rgb(221,5,119); }
td.TdClassName
{
border-color: #DD0577;
}
.TagClassName
{
border-color: #DD0577;
}
</style>