Shades of Ruby #DD1076
Tints of Ruby #DD1076
RGB
CMYK
RGB Variations
Color information
#DD1076 (or 0xDD1076) is known color: Ruby. HEX triplet: DD, 10 and 76. RGB value is (221,16,118). Sum of RGB (Red+Green+Blue) = 221+16+118=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1076 is #22EF89. Grayscale: #585858. Windows color (decimal): -2289546 or 7737565. OLE color: 7737565.
HSL color Cylindrical-coordinate representation of color #DD1076: hue angle of 330.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1076 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 118 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.13 |
| HSL | 330.15º | 0.86% | 0.46% | - |
| HSV(B) | 330.15º | 0.93% | 0.87% | - |
| XYZ | 33.27 | 17.05 | 18.68 | - |
| YUV | 88.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 118 | 0 | 0.93 | 0.47 | 0.13 | 330.15 | 0.86 | 0.46 |
| Hex | DD | 10 | 76 | 0 | 5D | 2F | D | 14A | 56 | 2E |
| Octal | 335 | 20 | 166 | 0 | 135 | 57 | 15 | 512 | 126 | 56 |
| Binary | 11011101 | 10000 | 1110110 | 0 | 1011101 | 101111 | 1101 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DD1076
Complementary color
Monochromatic Colors of #DD1076
Black with #DD1076
Text Example
Text Example
White with #DD1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1076; }
p { color: rgb(221,16,118); }
H1.HeaderClassName
{
color: #DD1076;
}
.AnyTagClassName
{
color: #DD1076;
}
</style>
background-color css
<style>
a { background-color: #DD1076; }
a { background-color: rgb(221,16,118); }
div.DivClassName
{
background-color: #DD1076;
}
.BgClassName
{
background-color: #DD1076;
}
</style>
border-color css
<style>
span { border-color: #DD1076; }
span { border-color: rgb(221,16,118); }
td.TdClassName
{
border-color: #DD1076;
}
.TagClassName
{
border-color: #DD1076;
}
</style>