Shades of Ruby #DD0D69
Tints of Ruby #DD0D69
RGB
CMYK
RGB Variations
Color information
#DD0D69 (or 0xDD0D69) is known color: Ruby. HEX triplet: DD, 0D and 69. RGB value is (221,13,105). Sum of RGB (Red+Green+Blue) = 221+13+105=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D69 is #22F296. Grayscale: #555555. Windows color (decimal): -2290327 or 6884829. OLE color: 6884829.
HSL color Cylindrical-coordinate representation of color #DD0D69: hue angle of 333.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.13 |
| HSL | 333.46º | 0.89% | 0.46% | - |
| HSV(B) | 333.46º | 0.94% | 0.87% | - |
| XYZ | 32.51 | 16.68 | 14.87 | - |
| YUV | 85.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 105 | 0 | 0.94 | 0.52 | 0.13 | 333.46 | 0.89 | 0.46 |
| Hex | DD | D | 69 | 0 | 5E | 34 | D | 14D | 59 | 2E |
| Octal | 335 | 15 | 151 | 0 | 136 | 64 | 15 | 515 | 131 | 56 |
| Binary | 11011101 | 1101 | 1101001 | 0 | 1011110 | 110100 | 1101 | 101001101 | 1011001 | 101110 |
Color Harmonies of #DD0D69
Complementary color
Monochromatic Colors of #DD0D69
Black with #DD0D69
Text Example
Text Example
White with #DD0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D69; }
p { color: rgb(221,13,105); }
H1.HeaderClassName
{
color: #DD0D69;
}
.AnyTagClassName
{
color: #DD0D69;
}
</style>
background-color css
<style>
a { background-color: #DD0D69; }
a { background-color: rgb(221,13,105); }
div.DivClassName
{
background-color: #DD0D69;
}
.BgClassName
{
background-color: #DD0D69;
}
</style>
border-color css
<style>
span { border-color: #DD0D69; }
span { border-color: rgb(221,13,105); }
td.TdClassName
{
border-color: #DD0D69;
}
.TagClassName
{
border-color: #DD0D69;
}
</style>