Shades of Deep Magenta #DD1BC4
Tints of Deep Magenta #DD1BC4
RGB
CMYK
RGB Variations
Color information
#DD1BC4 (or 0xDD1BC4) is known color: Deep Magenta. HEX triplet: DD, 1B and C4. RGB value is (221,27,196). Sum of RGB (Red+Green+Blue) = 221+27+196=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BC4 is #22E43B. Grayscale: #676767. Windows color (decimal): -2286652 or 12852189. OLE color: 12852189.
HSL color Cylindrical-coordinate representation of color #DD1BC4: hue angle of 307.73º 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 #DD1BC4 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 196 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.13 |
| HSL | 307.73º | 0.78% | 0.49% | - |
| HSV(B) | 307.73º | 0.88% | 0.87% | - |
| XYZ | 40.17 | 20.14 | 53.99 | - |
| YUV | 104.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 196 | 0 | 0.88 | 0.11 | 0.13 | 307.73 | 0.78 | 0.49 |
| Hex | DD | 1B | C4 | 0 | 58 | B | D | 134 | 4E | 31 |
| Octal | 335 | 33 | 304 | 0 | 130 | 13 | 15 | 464 | 116 | 61 |
| Binary | 11011101 | 11011 | 11000100 | 0 | 1011000 | 1011 | 1101 | 100110100 | 1001110 | 110001 |
Color Harmonies of #DD1BC4
Complementary color
Monochromatic Colors of #DD1BC4
Black with #DD1BC4
Text Example
Text Example
White with #DD1BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BC4; }
p { color: rgb(221,27,196); }
H1.HeaderClassName
{
color: #DD1BC4;
}
.AnyTagClassName
{
color: #DD1BC4;
}
</style>
background-color css
<style>
a { background-color: #DD1BC4; }
a { background-color: rgb(221,27,196); }
div.DivClassName
{
background-color: #DD1BC4;
}
.BgClassName
{
background-color: #DD1BC4;
}
</style>
border-color css
<style>
span { border-color: #DD1BC4; }
span { border-color: rgb(221,27,196); }
td.TdClassName
{
border-color: #DD1BC4;
}
.TagClassName
{
border-color: #DD1BC4;
}
</style>