Shades of Ruby #DD0176
Tints of Ruby #DD0176
RGB
CMYK
RGB Variations
Color information
#DD0176 (or 0xDD0176) is known color: Ruby. HEX triplet: DD, 01 and 76. RGB value is (221,1,118). Sum of RGB (Red+Green+Blue) = 221+1+118=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0176 is #22FE89. Grayscale: #4F4F4F. Windows color (decimal): -2293386 or 7733725. OLE color: 7733725.
HSL color Cylindrical-coordinate representation of color #DD0176: hue angle of 328.09º 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 #DD0176 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.13 |
| HSL | 328.09º | 0.99% | 0.44% | - |
| HSV(B) | 328.09º | 1% | 0.87% | - |
| XYZ | 33.1 | 16.7 | 18.62 | - |
| YUV | 80.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 118 | 0 | 1.00 | 0.47 | 0.13 | 328.09 | 0.99 | 0.44 |
| Hex | DD | 1 | 76 | 0 | 64 | 2F | D | 148 | 63 | 2C |
| Octal | 335 | 1 | 166 | 0 | 144 | 57 | 15 | 510 | 143 | 54 |
| Binary | 11011101 | 1 | 1110110 | 0 | 1100100 | 101111 | 1101 | 101001000 | 1100011 | 101100 |
Color Harmonies of #DD0176
Complementary color
Monochromatic Colors of #DD0176
Black with #DD0176
Text Example
Text Example
White with #DD0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0176; }
p { color: rgb(221,1,118); }
H1.HeaderClassName
{
color: #DD0176;
}
.AnyTagClassName
{
color: #DD0176;
}
</style>
background-color css
<style>
a { background-color: #DD0176; }
a { background-color: rgb(221,1,118); }
div.DivClassName
{
background-color: #DD0176;
}
.BgClassName
{
background-color: #DD0176;
}
</style>
border-color css
<style>
span { border-color: #DD0176; }
span { border-color: rgb(221,1,118); }
td.TdClassName
{
border-color: #DD0176;
}
.TagClassName
{
border-color: #DD0176;
}
</style>