Shades of Deep Magenta #DD1ACB
Tints of Deep Magenta #DD1ACB
RGB
CMYK
RGB Variations
Color information
#DD1ACB (or 0xDD1ACB) is known color: Deep Magenta. HEX triplet: DD, 1A and CB. RGB value is (221,26,203). Sum of RGB (Red+Green+Blue) = 221+26+203=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ACB is #22E534. Grayscale: #676767. Windows color (decimal): -2286901 or 13310685. OLE color: 13310685.
HSL color Cylindrical-coordinate representation of color #DD1ACB: hue angle of 305.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1ACB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 203 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.13 |
| HSL | 305.54º | 0.79% | 0.48% | - |
| HSV(B) | 305.54º | 0.88% | 0.87% | - |
| XYZ | 40.97 | 20.42 | 58.28 | - |
| YUV | 104.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 203 | 0 | 0.88 | 0.08 | 0.13 | 305.54 | 0.79 | 0.48 |
| Hex | DD | 1A | CB | 0 | 58 | 8 | D | 132 | 4F | 30 |
| Octal | 335 | 32 | 313 | 0 | 130 | 10 | 15 | 462 | 117 | 60 |
| Binary | 11011101 | 11010 | 11001011 | 0 | 1011000 | 1000 | 1101 | 100110010 | 1001111 | 110000 |
Color Harmonies of #DD1ACB
Complementary color
Monochromatic Colors of #DD1ACB
Black with #DD1ACB
Text Example
Text Example
White with #DD1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ACB; }
p { color: rgb(221,26,203); }
H1.HeaderClassName
{
color: #DD1ACB;
}
.AnyTagClassName
{
color: #DD1ACB;
}
</style>
background-color css
<style>
a { background-color: #DD1ACB; }
a { background-color: rgb(221,26,203); }
div.DivClassName
{
background-color: #DD1ACB;
}
.BgClassName
{
background-color: #DD1ACB;
}
</style>
border-color css
<style>
span { border-color: #DD1ACB; }
span { border-color: rgb(221,26,203); }
td.TdClassName
{
border-color: #DD1ACB;
}
.TagClassName
{
border-color: #DD1ACB;
}
</style>