Shades of Deep Magenta #DD05BF
Tints of Deep Magenta #DD05BF
RGB
CMYK
RGB Variations
Color information
#DD05BF (or 0xDD05BF) is known color: Deep Magenta. HEX triplet: DD, 05 and BF. RGB value is (221,5,191). Sum of RGB (Red+Green+Blue) = 221+5+191=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05BF is #22FA40. Grayscale: #5A5A5A. Windows color (decimal): -2292289 or 12518877. OLE color: 12518877.
HSL color Cylindrical-coordinate representation of color #DD05BF: hue angle of 308.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05BF is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.13 |
| HSL | 308.33º | 0.96% | 0.44% | - |
| HSV(B) | 308.33º | 0.98% | 0.87% | - |
| XYZ | 39.28 | 19.24 | 50.93 | - |
| YUV | 90.79 | 184.56 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 191 | 0 | 0.98 | 0.14 | 0.13 | 308.33 | 0.96 | 0.44 |
| Hex | DD | 5 | BF | 0 | 62 | E | D | 134 | 60 | 2C |
| Octal | 335 | 5 | 277 | 0 | 142 | 16 | 15 | 464 | 140 | 54 |
| Binary | 11011101 | 101 | 10111111 | 0 | 1100010 | 1110 | 1101 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DD05BF
Complementary color
Monochromatic Colors of #DD05BF
Black with #DD05BF
Text Example
Text Example
White with #DD05BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05BF; }
p { color: rgb(221,5,191); }
H1.HeaderClassName
{
color: #DD05BF;
}
.AnyTagClassName
{
color: #DD05BF;
}
</style>
background-color css
<style>
a { background-color: #DD05BF; }
a { background-color: rgb(221,5,191); }
div.DivClassName
{
background-color: #DD05BF;
}
.BgClassName
{
background-color: #DD05BF;
}
</style>
border-color css
<style>
span { border-color: #DD05BF; }
span { border-color: rgb(221,5,191); }
td.TdClassName
{
border-color: #DD05BF;
}
.TagClassName
{
border-color: #DD05BF;
}
</style>