Shades of Ruby #DD046D
Tints of Ruby #DD046D
RGB
CMYK
RGB Variations
Color information
#DD046D (or 0xDD046D) is known color: Ruby. HEX triplet: DD, 04 and 6D. RGB value is (221,4,109). Sum of RGB (Red+Green+Blue) = 221+4+109=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD046D is #22FB92. Grayscale: #505050. Windows color (decimal): -2292627 or 7144669. OLE color: 7144669.
HSL color Cylindrical-coordinate representation of color #DD046D: hue angle of 330.97º 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 #DD046D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.13 |
| HSL | 330.97º | 0.96% | 0.44% | - |
| HSV(B) | 330.97º | 0.98% | 0.87% | - |
| XYZ | 32.62 | 16.56 | 15.95 | - |
| YUV | 80.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 109 | 0 | 0.98 | 0.51 | 0.13 | 330.97 | 0.96 | 0.44 |
| Hex | DD | 4 | 6D | 0 | 62 | 33 | D | 14B | 60 | 2C |
| Octal | 335 | 4 | 155 | 0 | 142 | 63 | 15 | 513 | 140 | 54 |
| Binary | 11011101 | 100 | 1101101 | 0 | 1100010 | 110011 | 1101 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DD046D
Complementary color
Monochromatic Colors of #DD046D
Black with #DD046D
Text Example
Text Example
White with #DD046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD046D; }
p { color: rgb(221,4,109); }
H1.HeaderClassName
{
color: #DD046D;
}
.AnyTagClassName
{
color: #DD046D;
}
</style>
background-color css
<style>
a { background-color: #DD046D; }
a { background-color: rgb(221,4,109); }
div.DivClassName
{
background-color: #DD046D;
}
.BgClassName
{
background-color: #DD046D;
}
</style>
border-color css
<style>
span { border-color: #DD046D; }
span { border-color: rgb(221,4,109); }
td.TdClassName
{
border-color: #DD046D;
}
.TagClassName
{
border-color: #DD046D;
}
</style>