Shades of Ruby #DD046F
Tints of Ruby #DD046F
RGB
CMYK
RGB Variations
Color information
#DD046F (or 0xDD046F) is known color: Ruby. HEX triplet: DD, 04 and 6F. RGB value is (221,4,111). Sum of RGB (Red+Green+Blue) = 221+4+111=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD046F is #22FB90. Grayscale: #505050. Windows color (decimal): -2292625 or 7275741. OLE color: 7275741.
HSL color Cylindrical-coordinate representation of color #DD046F: hue angle of 330.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD046F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.13 |
| HSL | 330.41º | 0.96% | 0.44% | - |
| HSV(B) | 330.41º | 0.98% | 0.87% | - |
| XYZ | 32.73 | 16.61 | 16.52 | - |
| YUV | 81.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 111 | 0 | 0.98 | 0.50 | 0.13 | 330.41 | 0.96 | 0.44 |
| Hex | DD | 4 | 6F | 0 | 62 | 32 | D | 14A | 60 | 2C |
| Octal | 335 | 4 | 157 | 0 | 142 | 62 | 15 | 512 | 140 | 54 |
| Binary | 11011101 | 100 | 1101111 | 0 | 1100010 | 110010 | 1101 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DD046F
Complementary color
Monochromatic Colors of #DD046F
Black with #DD046F
Text Example
Text Example
White with #DD046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD046F; }
p { color: rgb(221,4,111); }
H1.HeaderClassName
{
color: #DD046F;
}
.AnyTagClassName
{
color: #DD046F;
}
</style>
background-color css
<style>
a { background-color: #DD046F; }
a { background-color: rgb(221,4,111); }
div.DivClassName
{
background-color: #DD046F;
}
.BgClassName
{
background-color: #DD046F;
}
</style>
border-color css
<style>
span { border-color: #DD046F; }
span { border-color: rgb(221,4,111); }
td.TdClassName
{
border-color: #DD046F;
}
.TagClassName
{
border-color: #DD046F;
}
</style>