Shades of Deep Magenta #DD08BC
Tints of Deep Magenta #DD08BC
RGB
CMYK
RGB Variations
Color information
#DD08BC (or 0xDD08BC) is known color: Deep Magenta. HEX triplet: DD, 08 and BC. RGB value is (221,8,188). Sum of RGB (Red+Green+Blue) = 221+8+188=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08BC is #22F743. Grayscale: #5B5B5B. Windows color (decimal): -2291524 or 12323037. OLE color: 12323037.
HSL color Cylindrical-coordinate representation of color #DD08BC: hue angle of 309.3º 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 #DD08BC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.13 |
| HSL | 309.3º | 0.93% | 0.45% | - |
| HSV(B) | 309.3º | 0.96% | 0.87% | - |
| XYZ | 38.98 | 19.18 | 49.22 | - |
| YUV | 92.21 | 182.07 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 188 | 0 | 0.96 | 0.15 | 0.13 | 309.3 | 0.93 | 0.45 |
| Hex | DD | 8 | BC | 0 | 60 | F | D | 135 | 5D | 2D |
| Octal | 335 | 10 | 274 | 0 | 140 | 17 | 15 | 465 | 135 | 55 |
| Binary | 11011101 | 1000 | 10111100 | 0 | 1100000 | 1111 | 1101 | 100110101 | 1011101 | 101101 |
Color Harmonies of #DD08BC
Complementary color
Monochromatic Colors of #DD08BC
Black with #DD08BC
Text Example
Text Example
White with #DD08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08BC; }
p { color: rgb(221,8,188); }
H1.HeaderClassName
{
color: #DD08BC;
}
.AnyTagClassName
{
color: #DD08BC;
}
</style>
background-color css
<style>
a { background-color: #DD08BC; }
a { background-color: rgb(221,8,188); }
div.DivClassName
{
background-color: #DD08BC;
}
.BgClassName
{
background-color: #DD08BC;
}
</style>
border-color css
<style>
span { border-color: #DD08BC; }
span { border-color: rgb(221,8,188); }
td.TdClassName
{
border-color: #DD08BC;
}
.TagClassName
{
border-color: #DD08BC;
}
</style>