Shades of Deep Magenta #DE1DCB
Tints of Deep Magenta #DE1DCB
RGB
CMYK
RGB Variations
Color information
#DE1DCB (or 0xDE1DCB) is known color: Deep Magenta. HEX triplet: DE, 1D and CB. RGB value is (222,29,203). Sum of RGB (Red+Green+Blue) = 222+29+203=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1DCB is #21E234. Grayscale: #6A6A6A. Windows color (decimal): -2220597 or 13311454. OLE color: 13311454.
HSL color Cylindrical-coordinate representation of color #DE1DCB: hue angle of 305.91º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1DCB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.13 |
| HSL | 305.91º | 0.77% | 0.49% | - |
| HSV(B) | 305.91º | 0.87% | 0.87% | - |
| XYZ | 41.34 | 20.72 | 58.32 | - |
| YUV | 106.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 29 | 203 | 0 | 0.87 | 0.09 | 0.13 | 305.91 | 0.77 | 0.49 |
| Hex | DE | 1D | CB | 0 | 57 | 9 | D | 132 | 4D | 31 |
| Octal | 336 | 35 | 313 | 0 | 127 | 11 | 15 | 462 | 115 | 61 |
| Binary | 11011110 | 11101 | 11001011 | 0 | 1010111 | 1001 | 1101 | 100110010 | 1001101 | 110001 |
Color Harmonies of #DE1DCB
Complementary color
Monochromatic Colors of #DE1DCB
Black with #DE1DCB
Text Example
Text Example
White with #DE1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1DCB; }
p { color: rgb(222,29,203); }
H1.HeaderClassName
{
color: #DE1DCB;
}
.AnyTagClassName
{
color: #DE1DCB;
}
</style>
background-color css
<style>
a { background-color: #DE1DCB; }
a { background-color: rgb(222,29,203); }
div.DivClassName
{
background-color: #DE1DCB;
}
.BgClassName
{
background-color: #DE1DCB;
}
</style>
border-color css
<style>
span { border-color: #DE1DCB; }
span { border-color: rgb(222,29,203); }
td.TdClassName
{
border-color: #DE1DCB;
}
.TagClassName
{
border-color: #DE1DCB;
}
</style>