Shades of Deep Magenta #DD04BE
Tints of Deep Magenta #DD04BE
RGB
CMYK
RGB Variations
Color information
#DD04BE (or 0xDD04BE) is known color: Deep Magenta. HEX triplet: DD, 04 and BE. RGB value is (221,4,190). Sum of RGB (Red+Green+Blue) = 221+4+190=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04BE is #22FB41. Grayscale: #595959. Windows color (decimal): -2292546 or 12453085. OLE color: 12453085.
HSL color Cylindrical-coordinate representation of color #DD04BE: hue angle of 308.57º 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 #DD04BE is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.13 |
| HSL | 308.57º | 0.96% | 0.44% | - |
| HSV(B) | 308.57º | 0.98% | 0.87% | - |
| XYZ | 39.16 | 19.18 | 50.35 | - |
| YUV | 90.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 190 | 0 | 0.98 | 0.14 | 0.13 | 308.57 | 0.96 | 0.44 |
| Hex | DD | 4 | BE | 0 | 62 | E | D | 135 | 60 | 2C |
| Octal | 335 | 4 | 276 | 0 | 142 | 16 | 15 | 465 | 140 | 54 |
| Binary | 11011101 | 100 | 10111110 | 0 | 1100010 | 1110 | 1101 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DD04BE
Complementary color
Monochromatic Colors of #DD04BE
Black with #DD04BE
Text Example
Text Example
White with #DD04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04BE; }
p { color: rgb(221,4,190); }
H1.HeaderClassName
{
color: #DD04BE;
}
.AnyTagClassName
{
color: #DD04BE;
}
</style>
background-color css
<style>
a { background-color: #DD04BE; }
a { background-color: rgb(221,4,190); }
div.DivClassName
{
background-color: #DD04BE;
}
.BgClassName
{
background-color: #DD04BE;
}
</style>
border-color css
<style>
span { border-color: #DD04BE; }
span { border-color: rgb(221,4,190); }
td.TdClassName
{
border-color: #DD04BE;
}
.TagClassName
{
border-color: #DD04BE;
}
</style>