Shades of Deep Magenta #DD15BF
Tints of Deep Magenta #DD15BF
RGB
CMYK
RGB Variations
Color information
#DD15BF (or 0xDD15BF) is known color: Deep Magenta. HEX triplet: DD, 15 and BF. RGB value is (221,21,191). Sum of RGB (Red+Green+Blue) = 221+21+191=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15BF is #22EA40. Grayscale: #636363. Windows color (decimal): -2288193 or 12522973. OLE color: 12522973.
HSL color Cylindrical-coordinate representation of color #DD15BF: hue angle of 309º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15BF is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.13 |
| HSL | 309º | 0.83% | 0.47% | - |
| HSV(B) | 309º | 0.9% | 0.87% | - |
| XYZ | 39.49 | 19.67 | 51.01 | - |
| YUV | 100.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 191 | 0 | 0.90 | 0.14 | 0.13 | 309 | 0.83 | 0.47 |
| Hex | DD | 15 | BF | 0 | 5A | E | D | 135 | 53 | 2F |
| Octal | 335 | 25 | 277 | 0 | 132 | 16 | 15 | 465 | 123 | 57 |
| Binary | 11011101 | 10101 | 10111111 | 0 | 1011010 | 1110 | 1101 | 100110101 | 1010011 | 101111 |
Color Harmonies of #DD15BF
Complementary color
Monochromatic Colors of #DD15BF
Black with #DD15BF
Text Example
Text Example
White with #DD15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15BF; }
p { color: rgb(221,21,191); }
H1.HeaderClassName
{
color: #DD15BF;
}
.AnyTagClassName
{
color: #DD15BF;
}
</style>
background-color css
<style>
a { background-color: #DD15BF; }
a { background-color: rgb(221,21,191); }
div.DivClassName
{
background-color: #DD15BF;
}
.BgClassName
{
background-color: #DD15BF;
}
</style>
border-color css
<style>
span { border-color: #DD15BF; }
span { border-color: rgb(221,21,191); }
td.TdClassName
{
border-color: #DD15BF;
}
.TagClassName
{
border-color: #DD15BF;
}
</style>