Shades of Deep Magenta #DD1BC7
Tints of Deep Magenta #DD1BC7
RGB
CMYK
RGB Variations
Color information
#DD1BC7 (or 0xDD1BC7) is known color: Deep Magenta. HEX triplet: DD, 1B and C7. RGB value is (221,27,199). Sum of RGB (Red+Green+Blue) = 221+27+199=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BC7 is #22E438. Grayscale: #686868. Windows color (decimal): -2286649 or 13048797. OLE color: 13048797.
HSL color Cylindrical-coordinate representation of color #DD1BC7: hue angle of 306.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BC7 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 199 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.13 |
| HSL | 306.8º | 0.78% | 0.49% | - |
| HSV(B) | 306.8º | 0.88% | 0.87% | - |
| XYZ | 40.52 | 20.28 | 55.81 | - |
| YUV | 104.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 199 | 0 | 0.88 | 0.10 | 0.13 | 306.8 | 0.78 | 0.49 |
| Hex | DD | 1B | C7 | 0 | 58 | A | D | 133 | 4E | 31 |
| Octal | 335 | 33 | 307 | 0 | 130 | 12 | 15 | 463 | 116 | 61 |
| Binary | 11011101 | 11011 | 11000111 | 0 | 1011000 | 1010 | 1101 | 100110011 | 1001110 | 110001 |
Color Harmonies of #DD1BC7
Complementary color
Monochromatic Colors of #DD1BC7
Black with #DD1BC7
Text Example
Text Example
White with #DD1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BC7; }
p { color: rgb(221,27,199); }
H1.HeaderClassName
{
color: #DD1BC7;
}
.AnyTagClassName
{
color: #DD1BC7;
}
</style>
background-color css
<style>
a { background-color: #DD1BC7; }
a { background-color: rgb(221,27,199); }
div.DivClassName
{
background-color: #DD1BC7;
}
.BgClassName
{
background-color: #DD1BC7;
}
</style>
border-color css
<style>
span { border-color: #DD1BC7; }
span { border-color: rgb(221,27,199); }
td.TdClassName
{
border-color: #DD1BC7;
}
.TagClassName
{
border-color: #DD1BC7;
}
</style>