Shades of Ruby #DD0E6C
Tints of Ruby #DD0E6C
RGB
CMYK
RGB Variations
Color information
#DD0E6C (or 0xDD0E6C) is known color: Ruby. HEX triplet: DD, 0E and 6C. RGB value is (221,14,108). Sum of RGB (Red+Green+Blue) = 221+14+108=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E6C is #22F193. Grayscale: #565656. Windows color (decimal): -2290068 or 7081693. OLE color: 7081693.
HSL color Cylindrical-coordinate representation of color #DD0E6C: hue angle of 332.75º 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 #DD0E6C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 108 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.13 |
| HSL | 332.75º | 0.88% | 0.46% | - |
| HSV(B) | 332.75º | 0.94% | 0.87% | - |
| XYZ | 32.68 | 16.77 | 15.7 | - |
| YUV | 86.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 108 | 0 | 0.94 | 0.51 | 0.13 | 332.75 | 0.88 | 0.46 |
| Hex | DD | E | 6C | 0 | 5E | 33 | D | 14D | 58 | 2E |
| Octal | 335 | 16 | 154 | 0 | 136 | 63 | 15 | 515 | 130 | 56 |
| Binary | 11011101 | 1110 | 1101100 | 0 | 1011110 | 110011 | 1101 | 101001101 | 1011000 | 101110 |
Color Harmonies of #DD0E6C
Complementary color
Monochromatic Colors of #DD0E6C
Black with #DD0E6C
Text Example
Text Example
White with #DD0E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E6C; }
p { color: rgb(221,14,108); }
H1.HeaderClassName
{
color: #DD0E6C;
}
.AnyTagClassName
{
color: #DD0E6C;
}
</style>
background-color css
<style>
a { background-color: #DD0E6C; }
a { background-color: rgb(221,14,108); }
div.DivClassName
{
background-color: #DD0E6C;
}
.BgClassName
{
background-color: #DD0E6C;
}
</style>
border-color css
<style>
span { border-color: #DD0E6C; }
span { border-color: rgb(221,14,108); }
td.TdClassName
{
border-color: #DD0E6C;
}
.TagClassName
{
border-color: #DD0E6C;
}
</style>