Shades of Deep Magenta #DE00CB
Tints of Deep Magenta #DE00CB
RGB
CMYK
RGB Variations
Color information
#DE00CB (or 0xDE00CB) is known color: Deep Magenta. HEX triplet: DE, 00 and CB. RGB value is (222,0,203). Sum of RGB (Red+Green+Blue) = 222+0+203=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00CB is #21FF34. Grayscale: #585858. Windows color (decimal): -2228021 or 13304030. OLE color: 13304030.
HSL color Cylindrical-coordinate representation of color #DE00CB: hue angle of 305.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00CB is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.09 | 0.13 |
| HSL | 305.14º | 1% | 0.44% | - |
| HSV(B) | 305.14º | 1% | 0.87% | - |
| XYZ | 40.9 | 19.84 | 58.17 | - |
| YUV | 89.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 203 | 0 | 1 | 0.09 | 0.13 | 305.14 | 1 | 0.44 |
| Hex | DE | 0 | CB | 0 | 64 | 9 | D | 131 | 64 | 2C |
| Octal | 336 | 0 | 313 | 0 | 144 | 11 | 15 | 461 | 144 | 54 |
| Binary | 11011110 | 0 | 11001011 | 0 | 1100100 | 1001 | 1101 | 100110001 | 1100100 | 101100 |
Color Harmonies of #DE00CB
Complementary color
Monochromatic Colors of #DE00CB
Black with #DE00CB
Text Example
Text Example
White with #DE00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00CB; }
p { color: rgb(222,0,203); }
H1.HeaderClassName
{
color: #DE00CB;
}
.AnyTagClassName
{
color: #DE00CB;
}
</style>
background-color css
<style>
a { background-color: #DE00CB; }
a { background-color: rgb(222,0,203); }
div.DivClassName
{
background-color: #DE00CB;
}
.BgClassName
{
background-color: #DE00CB;
}
</style>
border-color css
<style>
span { border-color: #DE00CB; }
span { border-color: rgb(222,0,203); }
td.TdClassName
{
border-color: #DE00CB;
}
.TagClassName
{
border-color: #DE00CB;
}
</style>