Shades of Ruby #DD0E6A
Tints of Ruby #DD0E6A
RGB
CMYK
RGB Variations
Color information
#DD0E6A (or 0xDD0E6A) is known color: Ruby. HEX triplet: DD, 0E and 6A. RGB value is (221,14,106). Sum of RGB (Red+Green+Blue) = 221+14+106=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E6A is #22F195. Grayscale: #565656. Windows color (decimal): -2290070 or 6950621. OLE color: 6950621.
HSL color Cylindrical-coordinate representation of color #DD0E6A: hue angle of 333.33º 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 #DD0E6A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 106 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.13 |
| HSL | 333.33º | 0.88% | 0.46% | - |
| HSV(B) | 333.33º | 0.94% | 0.87% | - |
| XYZ | 32.58 | 16.73 | 15.15 | - |
| YUV | 86.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 106 | 0 | 0.94 | 0.52 | 0.13 | 333.33 | 0.88 | 0.46 |
| Hex | DD | E | 6A | 0 | 5E | 34 | D | 14D | 58 | 2E |
| Octal | 335 | 16 | 152 | 0 | 136 | 64 | 15 | 515 | 130 | 56 |
| Binary | 11011101 | 1110 | 1101010 | 0 | 1011110 | 110100 | 1101 | 101001101 | 1011000 | 101110 |
Color Harmonies of #DD0E6A
Complementary color
Monochromatic Colors of #DD0E6A
Black with #DD0E6A
Text Example
Text Example
White with #DD0E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E6A; }
p { color: rgb(221,14,106); }
H1.HeaderClassName
{
color: #DD0E6A;
}
.AnyTagClassName
{
color: #DD0E6A;
}
</style>
background-color css
<style>
a { background-color: #DD0E6A; }
a { background-color: rgb(221,14,106); }
div.DivClassName
{
background-color: #DD0E6A;
}
.BgClassName
{
background-color: #DD0E6A;
}
</style>
border-color css
<style>
span { border-color: #DD0E6A; }
span { border-color: rgb(221,14,106); }
td.TdClassName
{
border-color: #DD0E6A;
}
.TagClassName
{
border-color: #DD0E6A;
}
</style>