Shades of Deep Magenta #DD08C7
Tints of Deep Magenta #DD08C7
RGB
CMYK
RGB Variations
Color information
#DD08C7 (or 0xDD08C7) is known color: Deep Magenta. HEX triplet: DD, 08 and C7. RGB value is (221,8,199). Sum of RGB (Red+Green+Blue) = 221+8+199=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08C7 is #22F738. Grayscale: #5C5C5C. Windows color (decimal): -2291513 or 13043933. OLE color: 13043933.
HSL color Cylindrical-coordinate representation of color #DD08C7: hue angle of 306.2º 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 #DD08C7 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 199 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.13 |
| HSL | 306.2º | 0.93% | 0.45% | - |
| HSV(B) | 306.2º | 0.96% | 0.87% | - |
| XYZ | 40.21 | 19.67 | 55.71 | - |
| YUV | 93.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 199 | 0 | 0.96 | 0.10 | 0.13 | 306.2 | 0.93 | 0.45 |
| Hex | DD | 8 | C7 | 0 | 60 | A | D | 132 | 5D | 2D |
| Octal | 335 | 10 | 307 | 0 | 140 | 12 | 15 | 462 | 135 | 55 |
| Binary | 11011101 | 1000 | 11000111 | 0 | 1100000 | 1010 | 1101 | 100110010 | 1011101 | 101101 |
Color Harmonies of #DD08C7
Complementary color
Monochromatic Colors of #DD08C7
Black with #DD08C7
Text Example
Text Example
White with #DD08C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08C7; }
p { color: rgb(221,8,199); }
H1.HeaderClassName
{
color: #DD08C7;
}
.AnyTagClassName
{
color: #DD08C7;
}
</style>
background-color css
<style>
a { background-color: #DD08C7; }
a { background-color: rgb(221,8,199); }
div.DivClassName
{
background-color: #DD08C7;
}
.BgClassName
{
background-color: #DD08C7;
}
</style>
border-color css
<style>
span { border-color: #DD08C7; }
span { border-color: rgb(221,8,199); }
td.TdClassName
{
border-color: #DD08C7;
}
.TagClassName
{
border-color: #DD08C7;
}
</style>