Shades of Deep Magenta #DE01BD
Tints of Deep Magenta #DE01BD
RGB
CMYK
RGB Variations
Color information
#DE01BD (or 0xDE01BD) is known color: Deep Magenta. HEX triplet: DE, 01 and BD. RGB value is (222,1,189). Sum of RGB (Red+Green+Blue) = 222+1+189=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01BD is #21FE42. Grayscale: #575757. Windows color (decimal): -2227779 or 12386782. OLE color: 12386782.
HSL color Cylindrical-coordinate representation of color #DE01BD: hue angle of 308.96º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE01BD is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.13 |
| HSL | 308.96º | 0.99% | 0.44% | - |
| HSV(B) | 308.96º | 1% | 0.87% | - |
| XYZ | 39.32 | 19.23 | 49.78 | - |
| YUV | 88.51 | 184.72 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 189 | 0 | 1.00 | 0.15 | 0.13 | 308.96 | 0.99 | 0.44 |
| Hex | DE | 1 | BD | 0 | 64 | F | D | 135 | 63 | 2C |
| Octal | 336 | 1 | 275 | 0 | 144 | 17 | 15 | 465 | 143 | 54 |
| Binary | 11011110 | 1 | 10111101 | 0 | 1100100 | 1111 | 1101 | 100110101 | 1100011 | 101100 |
Color Harmonies of #DE01BD
Complementary color
Monochromatic Colors of #DE01BD
Black with #DE01BD
Text Example
Text Example
White with #DE01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE01BD; }
p { color: rgb(222,1,189); }
H1.HeaderClassName
{
color: #DE01BD;
}
.AnyTagClassName
{
color: #DE01BD;
}
</style>
background-color css
<style>
a { background-color: #DE01BD; }
a { background-color: rgb(222,1,189); }
div.DivClassName
{
background-color: #DE01BD;
}
.BgClassName
{
background-color: #DE01BD;
}
</style>
border-color css
<style>
span { border-color: #DE01BD; }
span { border-color: rgb(222,1,189); }
td.TdClassName
{
border-color: #DE01BD;
}
.TagClassName
{
border-color: #DE01BD;
}
</style>