Shades of Deep Magenta #DD08CA
Tints of Deep Magenta #DD08CA
RGB
CMYK
RGB Variations
Color information
#DD08CA (or 0xDD08CA) is known color: Deep Magenta. HEX triplet: DD, 08 and CA. RGB value is (221,8,202). Sum of RGB (Red+Green+Blue) = 221+8+202=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CA is #22F735. Grayscale: #5D5D5D. Windows color (decimal): -2291510 or 13240541. OLE color: 13240541.
HSL color Cylindrical-coordinate representation of color #DD08CA: hue angle of 305.35º 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 #DD08CA is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 202 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.13 |
| HSL | 305.35º | 0.93% | 0.45% | - |
| HSV(B) | 305.35º | 0.96% | 0.87% | - |
| XYZ | 40.57 | 19.81 | 57.56 | - |
| YUV | 93.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 202 | 0 | 0.96 | 0.09 | 0.13 | 305.35 | 0.93 | 0.45 |
| Hex | DD | 8 | CA | 0 | 60 | 9 | D | 131 | 5D | 2D |
| Octal | 335 | 10 | 312 | 0 | 140 | 11 | 15 | 461 | 135 | 55 |
| Binary | 11011101 | 1000 | 11001010 | 0 | 1100000 | 1001 | 1101 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DD08CA
Complementary color
Monochromatic Colors of #DD08CA
Black with #DD08CA
Text Example
Text Example
White with #DD08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08CA; }
p { color: rgb(221,8,202); }
H1.HeaderClassName
{
color: #DD08CA;
}
.AnyTagClassName
{
color: #DD08CA;
}
</style>
background-color css
<style>
a { background-color: #DD08CA; }
a { background-color: rgb(221,8,202); }
div.DivClassName
{
background-color: #DD08CA;
}
.BgClassName
{
background-color: #DD08CA;
}
</style>
border-color css
<style>
span { border-color: #DD08CA; }
span { border-color: rgb(221,8,202); }
td.TdClassName
{
border-color: #DD08CA;
}
.TagClassName
{
border-color: #DD08CA;
}
</style>