Shades of Ruby #DD0E5F
Tints of Ruby #DD0E5F
RGB
CMYK
RGB Variations
Color information
#DD0E5F (or 0xDD0E5F) is known color: Ruby. HEX triplet: DD, 0E and 5F. RGB value is (221,14,95). Sum of RGB (Red+Green+Blue) = 221+14+95=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E5F is #22F1A0. Grayscale: #555555. Windows color (decimal): -2290081 or 6229725. OLE color: 6229725.
HSL color Cylindrical-coordinate representation of color #DD0E5F: hue angle of 336.52º 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 #DD0E5F is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 95 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.13 |
| HSL | 336.52º | 0.88% | 0.46% | - |
| HSV(B) | 336.52º | 0.94% | 0.87% | - |
| XYZ | 32.04 | 16.51 | 12.32 | - |
| YUV | 85.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 95 | 0 | 0.94 | 0.57 | 0.13 | 336.52 | 0.88 | 0.46 |
| Hex | DD | E | 5F | 0 | 5E | 39 | D | 151 | 58 | 2E |
| Octal | 335 | 16 | 137 | 0 | 136 | 71 | 15 | 521 | 130 | 56 |
| Binary | 11011101 | 1110 | 1011111 | 0 | 1011110 | 111001 | 1101 | 101010001 | 1011000 | 101110 |
Color Harmonies of #DD0E5F
Complementary color
Monochromatic Colors of #DD0E5F
Black with #DD0E5F
Text Example
Text Example
White with #DD0E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E5F; }
p { color: rgb(221,14,95); }
H1.HeaderClassName
{
color: #DD0E5F;
}
.AnyTagClassName
{
color: #DD0E5F;
}
</style>
background-color css
<style>
a { background-color: #DD0E5F; }
a { background-color: rgb(221,14,95); }
div.DivClassName
{
background-color: #DD0E5F;
}
.BgClassName
{
background-color: #DD0E5F;
}
</style>
border-color css
<style>
span { border-color: #DD0E5F; }
span { border-color: rgb(221,14,95); }
td.TdClassName
{
border-color: #DD0E5F;
}
.TagClassName
{
border-color: #DD0E5F;
}
</style>