Shades of Deep Magenta #DD02B5
Tints of Deep Magenta #DD02B5
RGB
CMYK
RGB Variations
Color information
#DD02B5 (or 0xDD02B5) is known color: Deep Magenta. HEX triplet: DD, 02 and B5. RGB value is (221,2,181). Sum of RGB (Red+Green+Blue) = 221+2+181=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02B5 is #22FD4A. Grayscale: #575757. Windows color (decimal): -2293067 or 11862749. OLE color: 11862749.
HSL color Cylindrical-coordinate representation of color #DD02B5: hue angle of 310.96º degrees, saturation: 0.98, 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 #DD02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.13 |
| HSL | 310.96º | 0.98% | 0.44% | - |
| HSV(B) | 310.96º | 0.99% | 0.87% | - |
| XYZ | 38.18 | 18.75 | 45.32 | - |
| YUV | 87.89 | 180.55 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 181 | 0 | 0.99 | 0.18 | 0.13 | 310.96 | 0.98 | 0.44 |
| Hex | DD | 2 | B5 | 0 | 63 | 12 | D | 137 | 62 | 2C |
| Octal | 335 | 2 | 265 | 0 | 143 | 22 | 15 | 467 | 142 | 54 |
| Binary | 11011101 | 10 | 10110101 | 0 | 1100011 | 10010 | 1101 | 100110111 | 1100010 | 101100 |
Color Harmonies of #DD02B5
Complementary color
Monochromatic Colors of #DD02B5
Black with #DD02B5
Text Example
Text Example
White with #DD02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02B5; }
p { color: rgb(221,2,181); }
H1.HeaderClassName
{
color: #DD02B5;
}
.AnyTagClassName
{
color: #DD02B5;
}
</style>
background-color css
<style>
a { background-color: #DD02B5; }
a { background-color: rgb(221,2,181); }
div.DivClassName
{
background-color: #DD02B5;
}
.BgClassName
{
background-color: #DD02B5;
}
</style>
border-color css
<style>
span { border-color: #DD02B5; }
span { border-color: rgb(221,2,181); }
td.TdClassName
{
border-color: #DD02B5;
}
.TagClassName
{
border-color: #DD02B5;
}
</style>