Shades of Deep Magenta #DE1BD4
Tints of Deep Magenta #DE1BD4
RGB
CMYK
RGB Variations
Color information
#DE1BD4 (or 0xDE1BD4) is known color: Deep Magenta. HEX triplet: DE, 1B and D4. RGB value is (222,27,212). Sum of RGB (Red+Green+Blue) = 222+27+212=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BD4 is #21E42B. Grayscale: #696969. Windows color (decimal): -2221100 or 13900766. OLE color: 13900766.
HSL color Cylindrical-coordinate representation of color #DE1BD4: hue angle of 303.08º 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 #DE1BD4 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 212 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.13 |
| HSL | 303.08º | 0.78% | 0.49% | - |
| HSV(B) | 303.08º | 0.88% | 0.87% | - |
| XYZ | 42.4 | 21.07 | 64.12 | - |
| YUV | 106.4 | 187.6 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 212 | 0 | 0.88 | 0.05 | 0.13 | 303.08 | 0.78 | 0.49 |
| Hex | DE | 1B | D4 | 0 | 58 | 5 | D | 12F | 4E | 31 |
| Octal | 336 | 33 | 324 | 0 | 130 | 5 | 15 | 457 | 116 | 61 |
| Binary | 11011110 | 11011 | 11010100 | 0 | 1011000 | 101 | 1101 | 100101111 | 1001110 | 110001 |
Color Harmonies of #DE1BD4
Complementary color
Monochromatic Colors of #DE1BD4
Black with #DE1BD4
Text Example
Text Example
White with #DE1BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1BD4; }
p { color: rgb(222,27,212); }
H1.HeaderClassName
{
color: #DE1BD4;
}
.AnyTagClassName
{
color: #DE1BD4;
}
</style>
background-color css
<style>
a { background-color: #DE1BD4; }
a { background-color: rgb(222,27,212); }
div.DivClassName
{
background-color: #DE1BD4;
}
.BgClassName
{
background-color: #DE1BD4;
}
</style>
border-color css
<style>
span { border-color: #DE1BD4; }
span { border-color: rgb(222,27,212); }
td.TdClassName
{
border-color: #DE1BD4;
}
.TagClassName
{
border-color: #DE1BD4;
}
</style>