Shades of Deep Magenta #DE17CB
Tints of Deep Magenta #DE17CB
RGB
CMYK
RGB Variations
Color information
#DE17CB (or 0xDE17CB) is known color: Deep Magenta. HEX triplet: DE, 17 and CB. RGB value is (222,23,203). Sum of RGB (Red+Green+Blue) = 222+23+203=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17CB is #21E834. Grayscale: #666666. Windows color (decimal): -2222133 or 13309918. OLE color: 13309918.
HSL color Cylindrical-coordinate representation of color #DE17CB: hue angle of 305.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE17CB is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.13 |
| HSL | 305.73º | 0.81% | 0.48% | - |
| HSV(B) | 305.73º | 0.9% | 0.87% | - |
| XYZ | 41.21 | 20.45 | 58.28 | - |
| YUV | 103.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 203 | 0 | 0.90 | 0.09 | 0.13 | 305.73 | 0.81 | 0.48 |
| Hex | DE | 17 | CB | 0 | 5A | 9 | D | 132 | 51 | 30 |
| Octal | 336 | 27 | 313 | 0 | 132 | 11 | 15 | 462 | 121 | 60 |
| Binary | 11011110 | 10111 | 11001011 | 0 | 1011010 | 1001 | 1101 | 100110010 | 1010001 | 110000 |
Color Harmonies of #DE17CB
Complementary color
Monochromatic Colors of #DE17CB
Black with #DE17CB
Text Example
Text Example
White with #DE17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17CB; }
p { color: rgb(222,23,203); }
H1.HeaderClassName
{
color: #DE17CB;
}
.AnyTagClassName
{
color: #DE17CB;
}
</style>
background-color css
<style>
a { background-color: #DE17CB; }
a { background-color: rgb(222,23,203); }
div.DivClassName
{
background-color: #DE17CB;
}
.BgClassName
{
background-color: #DE17CB;
}
</style>
border-color css
<style>
span { border-color: #DE17CB; }
span { border-color: rgb(222,23,203); }
td.TdClassName
{
border-color: #DE17CB;
}
.TagClassName
{
border-color: #DE17CB;
}
</style>