Shades of Deep Magenta #DD08E3
Tints of Deep Magenta #DD08E3
RGB
CMYK
RGB Variations
Color information
#DD08E3 (or 0xDD08E3) is known color: Deep Magenta. HEX triplet: DD, 08 and E3. RGB value is (221,8,227). Sum of RGB (Red+Green+Blue) = 221+8+227=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD08E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08E3 is #22F71C. Grayscale: #5F5F5F. Windows color (decimal): -2291485 or 14878941. OLE color: 14878941.
HSL color Cylindrical-coordinate representation of color #DD08E3: hue angle of 298.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08E3 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 8 | 227 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.11 |
| HSL | 298.36º | 0.93% | 0.46% | - |
| HSV(B) | 298.36º | 0.96% | 0.89% | - |
| XYZ | 43.77 | 21.09 | 74.44 | - |
| YUV | 96.65 | 201.57 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 227 | 0.03 | 0.96 | 0 | 0.11 | 298.36 | 0.93 | 0.46 |
| Hex | DD | 8 | E3 | 3 | 60 | 0 | B | 12A | 5D | 2E |
| Octal | 335 | 10 | 343 | 3 | 140 | 0 | 13 | 452 | 135 | 56 |
| Binary | 11011101 | 1000 | 11100011 | 11 | 1100000 | 0 | 1011 | 100101010 | 1011101 | 101110 |
Color Harmonies of #DD08E3
Complementary color
Monochromatic Colors of #DD08E3
Black with #DD08E3
Text Example
Text Example
White with #DD08E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08E3; }
p { color: rgb(221,8,227); }
H1.HeaderClassName
{
color: #DD08E3;
}
.AnyTagClassName
{
color: #DD08E3;
}
</style>
background-color css
<style>
a { background-color: #DD08E3; }
a { background-color: rgb(221,8,227); }
div.DivClassName
{
background-color: #DD08E3;
}
.BgClassName
{
background-color: #DD08E3;
}
</style>
border-color css
<style>
span { border-color: #DD08E3; }
span { border-color: rgb(221,8,227); }
td.TdClassName
{
border-color: #DD08E3;
}
.TagClassName
{
border-color: #DD08E3;
}
</style>