Shades of Ruby #DD0866
Tints of Ruby #DD0866
RGB
CMYK
RGB Variations
Color information
#DD0866 (or 0xDD0866) is known color: Ruby. HEX triplet: DD, 08 and 66. RGB value is (221,8,102). Sum of RGB (Red+Green+Blue) = 221+8+102=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0866 is #22F799. Grayscale: #525252. Windows color (decimal): -2291610 or 6686941. OLE color: 6686941.
HSL color Cylindrical-coordinate representation of color #DD0866: hue angle of 333.52º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0866 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.13 |
| HSL | 333.52º | 0.93% | 0.45% | - |
| HSV(B) | 333.52º | 0.96% | 0.87% | - |
| XYZ | 32.3 | 16.51 | 14.05 | - |
| YUV | 82.4 | 139.07 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 102 | 0 | 0.96 | 0.54 | 0.13 | 333.52 | 0.93 | 0.45 |
| Hex | DD | 8 | 66 | 0 | 60 | 36 | D | 14E | 5D | 2D |
| Octal | 335 | 10 | 146 | 0 | 140 | 66 | 15 | 516 | 135 | 55 |
| Binary | 11011101 | 1000 | 1100110 | 0 | 1100000 | 110110 | 1101 | 101001110 | 1011101 | 101101 |
Color Harmonies of #DD0866
Complementary color
Monochromatic Colors of #DD0866
Black with #DD0866
Text Example
Text Example
White with #DD0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0866; }
p { color: rgb(221,8,102); }
H1.HeaderClassName
{
color: #DD0866;
}
.AnyTagClassName
{
color: #DD0866;
}
</style>
background-color css
<style>
a { background-color: #DD0866; }
a { background-color: rgb(221,8,102); }
div.DivClassName
{
background-color: #DD0866;
}
.BgClassName
{
background-color: #DD0866;
}
</style>
border-color css
<style>
span { border-color: #DD0866; }
span { border-color: rgb(221,8,102); }
td.TdClassName
{
border-color: #DD0866;
}
.TagClassName
{
border-color: #DD0866;
}
</style>