Shades of Ruby #DD0E68
Tints of Ruby #DD0E68
RGB
CMYK
RGB Variations
Color information
#DD0E68 (or 0xDD0E68) is known color: Ruby. HEX triplet: DD, 0E and 68. RGB value is (221,14,104). Sum of RGB (Red+Green+Blue) = 221+14+104=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E68 is #22F197. Grayscale: #565656. Windows color (decimal): -2290072 or 6819549. OLE color: 6819549.
HSL color Cylindrical-coordinate representation of color #DD0E68: hue angle of 333.91º degrees, saturation: 0.88, 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 #DD0E68 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 104 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.13 |
| HSL | 333.91º | 0.88% | 0.46% | - |
| HSV(B) | 333.91º | 0.94% | 0.87% | - |
| XYZ | 32.47 | 16.69 | 14.61 | - |
| YUV | 86.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 104 | 0 | 0.94 | 0.53 | 0.13 | 333.91 | 0.88 | 0.46 |
| Hex | DD | E | 68 | 0 | 5E | 35 | D | 14E | 58 | 2E |
| Octal | 335 | 16 | 150 | 0 | 136 | 65 | 15 | 516 | 130 | 56 |
| Binary | 11011101 | 1110 | 1101000 | 0 | 1011110 | 110101 | 1101 | 101001110 | 1011000 | 101110 |
Color Harmonies of #DD0E68
Complementary color
Monochromatic Colors of #DD0E68
Black with #DD0E68
Text Example
Text Example
White with #DD0E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E68; }
p { color: rgb(221,14,104); }
H1.HeaderClassName
{
color: #DD0E68;
}
.AnyTagClassName
{
color: #DD0E68;
}
</style>
background-color css
<style>
a { background-color: #DD0E68; }
a { background-color: rgb(221,14,104); }
div.DivClassName
{
background-color: #DD0E68;
}
.BgClassName
{
background-color: #DD0E68;
}
</style>
border-color css
<style>
span { border-color: #DD0E68; }
span { border-color: rgb(221,14,104); }
td.TdClassName
{
border-color: #DD0E68;
}
.TagClassName
{
border-color: #DD0E68;
}
</style>