Shades of Deep Magenta #DD1BCA
Tints of Deep Magenta #DD1BCA
RGB
CMYK
RGB Variations
Color information
#DD1BCA (or 0xDD1BCA) is known color: Deep Magenta. HEX triplet: DD, 1B and CA. RGB value is (221,27,202). Sum of RGB (Red+Green+Blue) = 221+27+202=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BCA is #22E435. Grayscale: #686868. Windows color (decimal): -2286646 or 13245405. OLE color: 13245405.
HSL color Cylindrical-coordinate representation of color #DD1BCA: hue angle of 305.88º 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 #DD1BCA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 202 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.13 |
| HSL | 305.88º | 0.78% | 0.49% | - |
| HSV(B) | 305.88º | 0.88% | 0.87% | - |
| XYZ | 40.87 | 20.42 | 57.66 | - |
| YUV | 104.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 202 | 0 | 0.88 | 0.09 | 0.13 | 305.88 | 0.78 | 0.49 |
| Hex | DD | 1B | CA | 0 | 58 | 9 | D | 132 | 4E | 31 |
| Octal | 335 | 33 | 312 | 0 | 130 | 11 | 15 | 462 | 116 | 61 |
| Binary | 11011101 | 11011 | 11001010 | 0 | 1011000 | 1001 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DD1BCA
Complementary color
Monochromatic Colors of #DD1BCA
Black with #DD1BCA
Text Example
Text Example
White with #DD1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BCA; }
p { color: rgb(221,27,202); }
H1.HeaderClassName
{
color: #DD1BCA;
}
.AnyTagClassName
{
color: #DD1BCA;
}
</style>
background-color css
<style>
a { background-color: #DD1BCA; }
a { background-color: rgb(221,27,202); }
div.DivClassName
{
background-color: #DD1BCA;
}
.BgClassName
{
background-color: #DD1BCA;
}
</style>
border-color css
<style>
span { border-color: #DD1BCA; }
span { border-color: rgb(221,27,202); }
td.TdClassName
{
border-color: #DD1BCA;
}
.TagClassName
{
border-color: #DD1BCA;
}
</style>