Shades of Ruby #DD0276
Tints of Ruby #DD0276
RGB
CMYK
RGB Variations
Color information
#DD0276 (or 0xDD0276) is known color: Ruby. HEX triplet: DD, 02 and 76. RGB value is (221,2,118). Sum of RGB (Red+Green+Blue) = 221+2+118=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0276 is #22FD89. Grayscale: #505050. Windows color (decimal): -2293130 or 7733981. OLE color: 7733981.
HSL color Cylindrical-coordinate representation of color #DD0276: hue angle of 328.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0276 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.13 |
| HSL | 328.22º | 0.98% | 0.44% | - |
| HSV(B) | 328.22º | 0.99% | 0.87% | - |
| XYZ | 33.11 | 16.72 | 18.62 | - |
| YUV | 80.71 | 149.05 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 118 | 0 | 0.99 | 0.47 | 0.13 | 328.22 | 0.98 | 0.44 |
| Hex | DD | 2 | 76 | 0 | 63 | 2F | D | 148 | 62 | 2C |
| Octal | 335 | 2 | 166 | 0 | 143 | 57 | 15 | 510 | 142 | 54 |
| Binary | 11011101 | 10 | 1110110 | 0 | 1100011 | 101111 | 1101 | 101001000 | 1100010 | 101100 |
Color Harmonies of #DD0276
Complementary color
Monochromatic Colors of #DD0276
Black with #DD0276
Text Example
Text Example
White with #DD0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0276; }
p { color: rgb(221,2,118); }
H1.HeaderClassName
{
color: #DD0276;
}
.AnyTagClassName
{
color: #DD0276;
}
</style>
background-color css
<style>
a { background-color: #DD0276; }
a { background-color: rgb(221,2,118); }
div.DivClassName
{
background-color: #DD0276;
}
.BgClassName
{
background-color: #DD0276;
}
</style>
border-color css
<style>
span { border-color: #DD0276; }
span { border-color: rgb(221,2,118); }
td.TdClassName
{
border-color: #DD0276;
}
.TagClassName
{
border-color: #DD0276;
}
</style>