Shades of Ruby #DD0177
Tints of Ruby #DD0177
RGB
CMYK
RGB Variations
Color information
#DD0177 (or 0xDD0177) is known color: Ruby. HEX triplet: DD, 01 and 77. RGB value is (221,1,119). Sum of RGB (Red+Green+Blue) = 221+1+119=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0177 is #22FE88. Grayscale: #4F4F4F. Windows color (decimal): -2293385 or 7799261. OLE color: 7799261.
HSL color Cylindrical-coordinate representation of color #DD0177: hue angle of 327.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0177 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.13 |
| HSL | 327.82º | 0.99% | 0.44% | - |
| HSV(B) | 327.82º | 1% | 0.87% | - |
| XYZ | 33.16 | 16.73 | 18.93 | - |
| YUV | 80.23 | 149.89 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 119 | 0 | 1.00 | 0.46 | 0.13 | 327.82 | 0.99 | 0.44 |
| Hex | DD | 1 | 77 | 0 | 64 | 2E | D | 148 | 63 | 2C |
| Octal | 335 | 1 | 167 | 0 | 144 | 56 | 15 | 510 | 143 | 54 |
| Binary | 11011101 | 1 | 1110111 | 0 | 1100100 | 101110 | 1101 | 101001000 | 1100011 | 101100 |
Color Harmonies of #DD0177
Complementary color
Monochromatic Colors of #DD0177
Black with #DD0177
Text Example
Text Example
White with #DD0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0177; }
p { color: rgb(221,1,119); }
H1.HeaderClassName
{
color: #DD0177;
}
.AnyTagClassName
{
color: #DD0177;
}
</style>
background-color css
<style>
a { background-color: #DD0177; }
a { background-color: rgb(221,1,119); }
div.DivClassName
{
background-color: #DD0177;
}
.BgClassName
{
background-color: #DD0177;
}
</style>
border-color css
<style>
span { border-color: #DD0177; }
span { border-color: rgb(221,1,119); }
td.TdClassName
{
border-color: #DD0177;
}
.TagClassName
{
border-color: #DD0177;
}
</style>