Shades of Ruby #DD0966
Tints of Ruby #DD0966
RGB
CMYK
RGB Variations
Color information
#DD0966 (or 0xDD0966) is known color: Ruby. HEX triplet: DD, 09 and 66. RGB value is (221,9,102). Sum of RGB (Red+Green+Blue) = 221+9+102=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0966 is #22F699. Grayscale: #525252. Windows color (decimal): -2291354 or 6687197. OLE color: 6687197.
HSL color Cylindrical-coordinate representation of color #DD0966: hue angle of 333.68º degrees, saturation: 0.92, 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 #DD0966 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.13 |
| HSL | 333.68º | 0.92% | 0.45% | - |
| HSV(B) | 333.68º | 0.96% | 0.87% | - |
| XYZ | 32.31 | 16.53 | 14.06 | - |
| YUV | 82.99 | 138.74 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 102 | 0 | 0.96 | 0.54 | 0.13 | 333.68 | 0.92 | 0.45 |
| Hex | DD | 9 | 66 | 0 | 60 | 36 | D | 14E | 5C | 2D |
| Octal | 335 | 11 | 146 | 0 | 140 | 66 | 15 | 516 | 134 | 55 |
| Binary | 11011101 | 1001 | 1100110 | 0 | 1100000 | 110110 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DD0966
Complementary color
Monochromatic Colors of #DD0966
Black with #DD0966
Text Example
Text Example
White with #DD0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0966; }
p { color: rgb(221,9,102); }
H1.HeaderClassName
{
color: #DD0966;
}
.AnyTagClassName
{
color: #DD0966;
}
</style>
background-color css
<style>
a { background-color: #DD0966; }
a { background-color: rgb(221,9,102); }
div.DivClassName
{
background-color: #DD0966;
}
.BgClassName
{
background-color: #DD0966;
}
</style>
border-color css
<style>
span { border-color: #DD0966; }
span { border-color: rgb(221,9,102); }
td.TdClassName
{
border-color: #DD0966;
}
.TagClassName
{
border-color: #DD0966;
}
</style>