Shades of Deep Magenta #DD1BDC
Tints of Deep Magenta #DD1BDC
RGB
CMYK
RGB Variations
Color information
#DD1BDC (or 0xDD1BDC) is known color: Deep Magenta. HEX triplet: DD, 1B and DC. RGB value is (221,27,220). Sum of RGB (Red+Green+Blue) = 221+27+220=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BDC is #22E423. Grayscale: #6A6A6A. Windows color (decimal): -2286628 or 14425053. OLE color: 14425053.
HSL color Cylindrical-coordinate representation of color #DD1BDC: hue angle of 300.31º 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 #DD1BDC is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 220 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.13 |
| HSL | 300.31º | 0.78% | 0.49% | - |
| HSV(B) | 300.31º | 0.88% | 0.87% | - |
| XYZ | 43.13 | 21.32 | 69.55 | - |
| YUV | 107.01 | 191.77 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 220 | 0 | 0.88 | 0.00 | 0.13 | 300.31 | 0.78 | 0.49 |
| Hex | DD | 1B | DC | 0 | 58 | 0 | D | 12C | 4E | 31 |
| Octal | 335 | 33 | 334 | 0 | 130 | 0 | 15 | 454 | 116 | 61 |
| Binary | 11011101 | 11011 | 11011100 | 0 | 1011000 | 0 | 1101 | 100101100 | 1001110 | 110001 |
Color Harmonies of #DD1BDC
Complementary color
Monochromatic Colors of #DD1BDC
Black with #DD1BDC
Text Example
Text Example
White with #DD1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BDC; }
p { color: rgb(221,27,220); }
H1.HeaderClassName
{
color: #DD1BDC;
}
.AnyTagClassName
{
color: #DD1BDC;
}
</style>
background-color css
<style>
a { background-color: #DD1BDC; }
a { background-color: rgb(221,27,220); }
div.DivClassName
{
background-color: #DD1BDC;
}
.BgClassName
{
background-color: #DD1BDC;
}
</style>
border-color css
<style>
span { border-color: #DD1BDC; }
span { border-color: rgb(221,27,220); }
td.TdClassName
{
border-color: #DD1BDC;
}
.TagClassName
{
border-color: #DD1BDC;
}
</style>