Shades of Deep Magenta #DD07BF
Tints of Deep Magenta #DD07BF
RGB
CMYK
RGB Variations
Color information
#DD07BF (or 0xDD07BF) is known color: Deep Magenta. HEX triplet: DD, 07 and BF. RGB value is (221,7,191). Sum of RGB (Red+Green+Blue) = 221+7+191=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07BF is #22F840. Grayscale: #5B5B5B. Windows color (decimal): -2291777 or 12519389. OLE color: 12519389.
HSL color Cylindrical-coordinate representation of color #DD07BF: hue angle of 308.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07BF is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.13 |
| HSL | 308.41º | 0.94% | 0.45% | - |
| HSV(B) | 308.41º | 0.97% | 0.87% | - |
| XYZ | 39.3 | 19.29 | 50.94 | - |
| YUV | 91.96 | 183.9 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 191 | 0 | 0.97 | 0.14 | 0.13 | 308.41 | 0.94 | 0.45 |
| Hex | DD | 7 | BF | 0 | 61 | E | D | 134 | 5E | 2D |
| Octal | 335 | 7 | 277 | 0 | 141 | 16 | 15 | 464 | 136 | 55 |
| Binary | 11011101 | 111 | 10111111 | 0 | 1100001 | 1110 | 1101 | 100110100 | 1011110 | 101101 |
Color Harmonies of #DD07BF
Complementary color
Monochromatic Colors of #DD07BF
Black with #DD07BF
Text Example
Text Example
White with #DD07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07BF; }
p { color: rgb(221,7,191); }
H1.HeaderClassName
{
color: #DD07BF;
}
.AnyTagClassName
{
color: #DD07BF;
}
</style>
background-color css
<style>
a { background-color: #DD07BF; }
a { background-color: rgb(221,7,191); }
div.DivClassName
{
background-color: #DD07BF;
}
.BgClassName
{
background-color: #DD07BF;
}
</style>
border-color css
<style>
span { border-color: #DD07BF; }
span { border-color: rgb(221,7,191); }
td.TdClassName
{
border-color: #DD07BF;
}
.TagClassName
{
border-color: #DD07BF;
}
</style>