Shades of Deep Magenta #DD11BF
Tints of Deep Magenta #DD11BF
RGB
CMYK
RGB Variations
Color information
#DD11BF (or 0xDD11BF) is known color: Deep Magenta. HEX triplet: DD, 11 and BF. RGB value is (221,17,191). Sum of RGB (Red+Green+Blue) = 221+17+191=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11BF is #22EE40. Grayscale: #616161. Windows color (decimal): -2289217 or 12521949. OLE color: 12521949.
HSL color Cylindrical-coordinate representation of color #DD11BF: hue angle of 308.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11BF is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 191 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.13 |
| HSL | 308.82º | 0.86% | 0.47% | - |
| HSV(B) | 308.82º | 0.92% | 0.87% | - |
| XYZ | 39.42 | 19.53 | 50.98 | - |
| YUV | 97.83 | 180.59 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 191 | 0 | 0.92 | 0.14 | 0.13 | 308.82 | 0.86 | 0.47 |
| Hex | DD | 11 | BF | 0 | 5C | E | D | 135 | 56 | 2F |
| Octal | 335 | 21 | 277 | 0 | 134 | 16 | 15 | 465 | 126 | 57 |
| Binary | 11011101 | 10001 | 10111111 | 0 | 1011100 | 1110 | 1101 | 100110101 | 1010110 | 101111 |
Color Harmonies of #DD11BF
Complementary color
Monochromatic Colors of #DD11BF
Black with #DD11BF
Text Example
Text Example
White with #DD11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11BF; }
p { color: rgb(221,17,191); }
H1.HeaderClassName
{
color: #DD11BF;
}
.AnyTagClassName
{
color: #DD11BF;
}
</style>
background-color css
<style>
a { background-color: #DD11BF; }
a { background-color: rgb(221,17,191); }
div.DivClassName
{
background-color: #DD11BF;
}
.BgClassName
{
background-color: #DD11BF;
}
</style>
border-color css
<style>
span { border-color: #DD11BF; }
span { border-color: rgb(221,17,191); }
td.TdClassName
{
border-color: #DD11BF;
}
.TagClassName
{
border-color: #DD11BF;
}
</style>