Shades of Deep Magenta #DD08D1
Tints of Deep Magenta #DD08D1
RGB
CMYK
RGB Variations
Color information
#DD08D1 (or 0xDD08D1) is known color: Deep Magenta. HEX triplet: DD, 08 and D1. RGB value is (221,8,209). Sum of RGB (Red+Green+Blue) = 221+8+209=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08D1 is #22F72E. Grayscale: #5E5E5E. Windows color (decimal): -2291503 or 13699293. OLE color: 13699293.
HSL color Cylindrical-coordinate representation of color #DD08D1: hue angle of 303.38º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08D1 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 209 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.13 |
| HSL | 303.38º | 0.93% | 0.45% | - |
| HSV(B) | 303.38º | 0.96% | 0.87% | - |
| XYZ | 41.41 | 20.15 | 62.03 | - |
| YUV | 94.6 | 192.57 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 209 | 0 | 0.96 | 0.05 | 0.13 | 303.38 | 0.93 | 0.45 |
| Hex | DD | 8 | D1 | 0 | 60 | 5 | D | 12F | 5D | 2D |
| Octal | 335 | 10 | 321 | 0 | 140 | 5 | 15 | 457 | 135 | 55 |
| Binary | 11011101 | 1000 | 11010001 | 0 | 1100000 | 101 | 1101 | 100101111 | 1011101 | 101101 |
Color Harmonies of #DD08D1
Complementary color
Monochromatic Colors of #DD08D1
Black with #DD08D1
Text Example
Text Example
White with #DD08D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08D1; }
p { color: rgb(221,8,209); }
H1.HeaderClassName
{
color: #DD08D1;
}
.AnyTagClassName
{
color: #DD08D1;
}
</style>
background-color css
<style>
a { background-color: #DD08D1; }
a { background-color: rgb(221,8,209); }
div.DivClassName
{
background-color: #DD08D1;
}
.BgClassName
{
background-color: #DD08D1;
}
</style>
border-color css
<style>
span { border-color: #DD08D1; }
span { border-color: rgb(221,8,209); }
td.TdClassName
{
border-color: #DD08D1;
}
.TagClassName
{
border-color: #DD08D1;
}
</style>