Shades of Ruby #DD0477
Tints of Ruby #DD0477
RGB
CMYK
RGB Variations
Color information
#DD0477 (or 0xDD0477) is known color: Ruby. HEX triplet: DD, 04 and 77. RGB value is (221,4,119). Sum of RGB (Red+Green+Blue) = 221+4+119=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0477 is #22FB88. Grayscale: #515151. Windows color (decimal): -2292617 or 7800029. OLE color: 7800029.
HSL color Cylindrical-coordinate representation of color #DD0477: hue angle of 328.2º 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 #DD0477 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.13 |
| HSL | 328.2º | 0.96% | 0.44% | - |
| HSV(B) | 328.2º | 0.98% | 0.87% | - |
| XYZ | 33.19 | 16.79 | 18.94 | - |
| YUV | 81.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 119 | 0 | 0.98 | 0.46 | 0.13 | 328.2 | 0.96 | 0.44 |
| Hex | DD | 4 | 77 | 0 | 62 | 2E | D | 148 | 60 | 2C |
| Octal | 335 | 4 | 167 | 0 | 142 | 56 | 15 | 510 | 140 | 54 |
| Binary | 11011101 | 100 | 1110111 | 0 | 1100010 | 101110 | 1101 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DD0477
Complementary color
Monochromatic Colors of #DD0477
Black with #DD0477
Text Example
Text Example
White with #DD0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0477; }
p { color: rgb(221,4,119); }
H1.HeaderClassName
{
color: #DD0477;
}
.AnyTagClassName
{
color: #DD0477;
}
</style>
background-color css
<style>
a { background-color: #DD0477; }
a { background-color: rgb(221,4,119); }
div.DivClassName
{
background-color: #DD0477;
}
.BgClassName
{
background-color: #DD0477;
}
</style>
border-color css
<style>
span { border-color: #DD0477; }
span { border-color: rgb(221,4,119); }
td.TdClassName
{
border-color: #DD0477;
}
.TagClassName
{
border-color: #DD0477;
}
</style>