Shades of Deep Magenta #DD03DE
Tints of Deep Magenta #DD03DE
RGB
CMYK
RGB Variations
Color information
#DD03DE (or 0xDD03DE) is known color: Deep Magenta. HEX triplet: DD, 03 and DE. RGB value is (221,3,222). Sum of RGB (Red+Green+Blue) = 221+3+222=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD03DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03DE is #22FC21. Grayscale: #5C5C5C. Windows color (decimal): -2292770 or 14549981. OLE color: 14549981.
HSL color Cylindrical-coordinate representation of color #DD03DE: hue angle of 299.73º 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 #DD03DE is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 222 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.13 |
| HSL | 299.73º | 0.97% | 0.44% | - |
| HSV(B) | 299.73º | 0.99% | 0.87% | - |
| XYZ | 43.04 | 20.71 | 70.84 | - |
| YUV | 93.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 222 | 0.00 | 0.99 | 0 | 0.13 | 299.73 | 0.97 | 0.44 |
| Hex | DD | 3 | DE | 0 | 63 | 0 | D | 12C | 61 | 2C |
| Octal | 335 | 3 | 336 | 0 | 143 | 0 | 15 | 454 | 141 | 54 |
| Binary | 11011101 | 11 | 11011110 | 0 | 1100011 | 0 | 1101 | 100101100 | 1100001 | 101100 |
Color Harmonies of #DD03DE
Complementary color
Monochromatic Colors of #DD03DE
Black with #DD03DE
Text Example
Text Example
White with #DD03DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03DE; }
p { color: rgb(221,3,222); }
H1.HeaderClassName
{
color: #DD03DE;
}
.AnyTagClassName
{
color: #DD03DE;
}
</style>
background-color css
<style>
a { background-color: #DD03DE; }
a { background-color: rgb(221,3,222); }
div.DivClassName
{
background-color: #DD03DE;
}
.BgClassName
{
background-color: #DD03DE;
}
</style>
border-color css
<style>
span { border-color: #DD03DE; }
span { border-color: rgb(221,3,222); }
td.TdClassName
{
border-color: #DD03DE;
}
.TagClassName
{
border-color: #DD03DE;
}
</style>