Shades of Deep Magenta #DD08CF
Tints of Deep Magenta #DD08CF
RGB
CMYK
RGB Variations
Color information
#DD08CF (or 0xDD08CF) is known color: Deep Magenta. HEX triplet: DD, 08 and CF. RGB value is (221,8,207). Sum of RGB (Red+Green+Blue) = 221+8+207=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CF is #22F730. Grayscale: #5D5D5D. Windows color (decimal): -2291505 or 13568221. OLE color: 13568221.
HSL color Cylindrical-coordinate representation of color #DD08CF: hue angle of 303.94º 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 #DD08CF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 207 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.13 |
| HSL | 303.94º | 0.93% | 0.45% | - |
| HSV(B) | 303.94º | 0.96% | 0.87% | - |
| XYZ | 41.17 | 20.05 | 60.73 | - |
| YUV | 94.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 207 | 0 | 0.96 | 0.06 | 0.13 | 303.94 | 0.93 | 0.45 |
| Hex | DD | 8 | CF | 0 | 60 | 6 | D | 130 | 5D | 2D |
| Octal | 335 | 10 | 317 | 0 | 140 | 6 | 15 | 460 | 135 | 55 |
| Binary | 11011101 | 1000 | 11001111 | 0 | 1100000 | 110 | 1101 | 100110000 | 1011101 | 101101 |
Color Harmonies of #DD08CF
Complementary color
Monochromatic Colors of #DD08CF
Black with #DD08CF
Text Example
Text Example
White with #DD08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08CF; }
p { color: rgb(221,8,207); }
H1.HeaderClassName
{
color: #DD08CF;
}
.AnyTagClassName
{
color: #DD08CF;
}
</style>
background-color css
<style>
a { background-color: #DD08CF; }
a { background-color: rgb(221,8,207); }
div.DivClassName
{
background-color: #DD08CF;
}
.BgClassName
{
background-color: #DD08CF;
}
</style>
border-color css
<style>
span { border-color: #DD08CF; }
span { border-color: rgb(221,8,207); }
td.TdClassName
{
border-color: #DD08CF;
}
.TagClassName
{
border-color: #DD08CF;
}
</style>