Shades of Deep Magenta #DD04BC
Tints of Deep Magenta #DD04BC
RGB
CMYK
RGB Variations
Color information
#DD04BC (or 0xDD04BC) is known color: Deep Magenta. HEX triplet: DD, 04 and BC. RGB value is (221,4,188). Sum of RGB (Red+Green+Blue) = 221+4+188=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04BC is #22FB43. Grayscale: #595959. Windows color (decimal): -2292548 or 12322013. OLE color: 12322013.
HSL color Cylindrical-coordinate representation of color #DD04BC: hue angle of 309.12º 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 #DD04BC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.13 |
| HSL | 309.12º | 0.96% | 0.44% | - |
| HSV(B) | 309.12º | 0.98% | 0.87% | - |
| XYZ | 38.94 | 19.09 | 49.21 | - |
| YUV | 89.86 | 183.39 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 188 | 0 | 0.98 | 0.15 | 0.13 | 309.12 | 0.96 | 0.44 |
| Hex | DD | 4 | BC | 0 | 62 | F | D | 135 | 60 | 2C |
| Octal | 335 | 4 | 274 | 0 | 142 | 17 | 15 | 465 | 140 | 54 |
| Binary | 11011101 | 100 | 10111100 | 0 | 1100010 | 1111 | 1101 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DD04BC
Complementary color
Monochromatic Colors of #DD04BC
Black with #DD04BC
Text Example
Text Example
White with #DD04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04BC; }
p { color: rgb(221,4,188); }
H1.HeaderClassName
{
color: #DD04BC;
}
.AnyTagClassName
{
color: #DD04BC;
}
</style>
background-color css
<style>
a { background-color: #DD04BC; }
a { background-color: rgb(221,4,188); }
div.DivClassName
{
background-color: #DD04BC;
}
.BgClassName
{
background-color: #DD04BC;
}
</style>
border-color css
<style>
span { border-color: #DD04BC; }
span { border-color: rgb(221,4,188); }
td.TdClassName
{
border-color: #DD04BC;
}
.TagClassName
{
border-color: #DD04BC;
}
</style>