Shades of Deep Magenta #DE15CB
Tints of Deep Magenta #DE15CB
RGB
CMYK
RGB Variations
Color information
#DE15CB (or 0xDE15CB) is known color: Deep Magenta. HEX triplet: DE, 15 and CB. RGB value is (222,21,203). Sum of RGB (Red+Green+Blue) = 222+21+203=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15CB is #21EA34. Grayscale: #656565. Windows color (decimal): -2222645 or 13309406. OLE color: 13309406.
HSL color Cylindrical-coordinate representation of color #DE15CB: hue angle of 305.67º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15CB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.13 |
| HSL | 305.67º | 0.83% | 0.48% | - |
| HSV(B) | 305.67º | 0.91% | 0.87% | - |
| XYZ | 41.17 | 20.38 | 58.26 | - |
| YUV | 101.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 203 | 0 | 0.91 | 0.09 | 0.13 | 305.67 | 0.83 | 0.48 |
| Hex | DE | 15 | CB | 0 | 5B | 9 | D | 132 | 53 | 30 |
| Octal | 336 | 25 | 313 | 0 | 133 | 11 | 15 | 462 | 123 | 60 |
| Binary | 11011110 | 10101 | 11001011 | 0 | 1011011 | 1001 | 1101 | 100110010 | 1010011 | 110000 |
Color Harmonies of #DE15CB
Complementary color
Monochromatic Colors of #DE15CB
Black with #DE15CB
Text Example
Text Example
White with #DE15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE15CB; }
p { color: rgb(222,21,203); }
H1.HeaderClassName
{
color: #DE15CB;
}
.AnyTagClassName
{
color: #DE15CB;
}
</style>
background-color css
<style>
a { background-color: #DE15CB; }
a { background-color: rgb(222,21,203); }
div.DivClassName
{
background-color: #DE15CB;
}
.BgClassName
{
background-color: #DE15CB;
}
</style>
border-color css
<style>
span { border-color: #DE15CB; }
span { border-color: rgb(222,21,203); }
td.TdClassName
{
border-color: #DE15CB;
}
.TagClassName
{
border-color: #DE15CB;
}
</style>