Shades of Ruby #DD0B77
Tints of Ruby #DD0B77
RGB
CMYK
RGB Variations
Color information
#DD0B77 (or 0xDD0B77) is known color: Ruby. HEX triplet: DD, 0B and 77. RGB value is (221,11,119). Sum of RGB (Red+Green+Blue) = 221+11+119=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B77 is #22F488. Grayscale: #555555. Windows color (decimal): -2290825 or 7801821. OLE color: 7801821.
HSL color Cylindrical-coordinate representation of color #DD0B77: hue angle of 329.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B77 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 119 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.13 |
| HSL | 329.14º | 0.91% | 0.45% | - |
| HSV(B) | 329.14º | 0.95% | 0.87% | - |
| XYZ | 33.27 | 16.94 | 18.97 | - |
| YUV | 86.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 119 | 0 | 0.95 | 0.46 | 0.13 | 329.14 | 0.91 | 0.45 |
| Hex | DD | B | 77 | 0 | 5F | 2E | D | 149 | 5B | 2D |
| Octal | 335 | 13 | 167 | 0 | 137 | 56 | 15 | 511 | 133 | 55 |
| Binary | 11011101 | 1011 | 1110111 | 0 | 1011111 | 101110 | 1101 | 101001001 | 1011011 | 101101 |
Color Harmonies of #DD0B77
Complementary color
Monochromatic Colors of #DD0B77
Black with #DD0B77
Text Example
Text Example
White with #DD0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B77; }
p { color: rgb(221,11,119); }
H1.HeaderClassName
{
color: #DD0B77;
}
.AnyTagClassName
{
color: #DD0B77;
}
</style>
background-color css
<style>
a { background-color: #DD0B77; }
a { background-color: rgb(221,11,119); }
div.DivClassName
{
background-color: #DD0B77;
}
.BgClassName
{
background-color: #DD0B77;
}
</style>
border-color css
<style>
span { border-color: #DD0B77; }
span { border-color: rgb(221,11,119); }
td.TdClassName
{
border-color: #DD0B77;
}
.TagClassName
{
border-color: #DD0B77;
}
</style>