Shades of Deep Magenta #DE1BCB
Tints of Deep Magenta #DE1BCB
RGB
CMYK
RGB Variations
Color information
#DE1BCB (or 0xDE1BCB) is known color: Deep Magenta. HEX triplet: DE, 1B and CB. RGB value is (222,27,203). Sum of RGB (Red+Green+Blue) = 222+27+203=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BCB is #21E434. Grayscale: #686868. Windows color (decimal): -2221109 or 13310942. OLE color: 13310942.
HSL color Cylindrical-coordinate representation of color #DE1BCB: hue angle of 305.85º 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 #DE1BCB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.13 |
| HSL | 305.85º | 0.78% | 0.49% | - |
| HSV(B) | 305.85º | 0.88% | 0.87% | - |
| XYZ | 41.3 | 20.63 | 58.3 | - |
| YUV | 105.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 203 | 0 | 0.88 | 0.09 | 0.13 | 305.85 | 0.78 | 0.49 |
| Hex | DE | 1B | CB | 0 | 58 | 9 | D | 132 | 4E | 31 |
| Octal | 336 | 33 | 313 | 0 | 130 | 11 | 15 | 462 | 116 | 61 |
| Binary | 11011110 | 11011 | 11001011 | 0 | 1011000 | 1001 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DE1BCB
Complementary color
Monochromatic Colors of #DE1BCB
Black with #DE1BCB
Text Example
Text Example
White with #DE1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1BCB; }
p { color: rgb(222,27,203); }
H1.HeaderClassName
{
color: #DE1BCB;
}
.AnyTagClassName
{
color: #DE1BCB;
}
</style>
background-color css
<style>
a { background-color: #DE1BCB; }
a { background-color: rgb(222,27,203); }
div.DivClassName
{
background-color: #DE1BCB;
}
.BgClassName
{
background-color: #DE1BCB;
}
</style>
border-color css
<style>
span { border-color: #DE1BCB; }
span { border-color: rgb(222,27,203); }
td.TdClassName
{
border-color: #DE1BCB;
}
.TagClassName
{
border-color: #DE1BCB;
}
</style>