Shades of Deep Magenta #DD03BD
Tints of Deep Magenta #DD03BD
RGB
CMYK
RGB Variations
Color information
#DD03BD (or 0xDD03BD) is known color: Deep Magenta. HEX triplet: DD, 03 and BD. RGB value is (221,3,189). Sum of RGB (Red+Green+Blue) = 221+3+189=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03BD is #22FC42. Grayscale: #585858. Windows color (decimal): -2292803 or 12387293. OLE color: 12387293.
HSL color Cylindrical-coordinate representation of color #DD03BD: hue angle of 308.81º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03BD is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.13 |
| HSL | 308.81º | 0.97% | 0.44% | - |
| HSV(B) | 308.81º | 0.99% | 0.87% | - |
| XYZ | 39.04 | 19.11 | 49.78 | - |
| YUV | 89.39 | 184.22 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 189 | 0 | 0.99 | 0.14 | 0.13 | 308.81 | 0.97 | 0.44 |
| Hex | DD | 3 | BD | 0 | 63 | E | D | 135 | 61 | 2C |
| Octal | 335 | 3 | 275 | 0 | 143 | 16 | 15 | 465 | 141 | 54 |
| Binary | 11011101 | 11 | 10111101 | 0 | 1100011 | 1110 | 1101 | 100110101 | 1100001 | 101100 |
Color Harmonies of #DD03BD
Complementary color
Monochromatic Colors of #DD03BD
Black with #DD03BD
Text Example
Text Example
White with #DD03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03BD; }
p { color: rgb(221,3,189); }
H1.HeaderClassName
{
color: #DD03BD;
}
.AnyTagClassName
{
color: #DD03BD;
}
</style>
background-color css
<style>
a { background-color: #DD03BD; }
a { background-color: rgb(221,3,189); }
div.DivClassName
{
background-color: #DD03BD;
}
.BgClassName
{
background-color: #DD03BD;
}
</style>
border-color css
<style>
span { border-color: #DD03BD; }
span { border-color: rgb(221,3,189); }
td.TdClassName
{
border-color: #DD03BD;
}
.TagClassName
{
border-color: #DD03BD;
}
</style>