Shades of Deep Magenta #DE09CF
Tints of Deep Magenta #DE09CF
RGB
CMYK
RGB Variations
Color information
#DE09CF (or 0xDE09CF) is known color: Deep Magenta. HEX triplet: DE, 09 and CF. RGB value is (222,9,207). Sum of RGB (Red+Green+Blue) = 222+9+207=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09CF is #21F630. Grayscale: #5E5E5E. Windows color (decimal): -2225713 or 13568478. OLE color: 13568478.
HSL color Cylindrical-coordinate representation of color #DE09CF: hue angle of 304.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE09CF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.13 |
| HSL | 304.23º | 0.92% | 0.45% | - |
| HSV(B) | 304.23º | 0.96% | 0.87% | - |
| XYZ | 41.48 | 20.23 | 60.75 | - |
| YUV | 95.26 | 191.07 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 207 | 0 | 0.96 | 0.07 | 0.13 | 304.23 | 0.92 | 0.45 |
| Hex | DE | 9 | CF | 0 | 60 | 7 | D | 130 | 5C | 2D |
| Octal | 336 | 11 | 317 | 0 | 140 | 7 | 15 | 460 | 134 | 55 |
| Binary | 11011110 | 1001 | 11001111 | 0 | 1100000 | 111 | 1101 | 100110000 | 1011100 | 101101 |
Color Harmonies of #DE09CF
Complementary color
Monochromatic Colors of #DE09CF
Black with #DE09CF
Text Example
Text Example
White with #DE09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE09CF; }
p { color: rgb(222,9,207); }
H1.HeaderClassName
{
color: #DE09CF;
}
.AnyTagClassName
{
color: #DE09CF;
}
</style>
background-color css
<style>
a { background-color: #DE09CF; }
a { background-color: rgb(222,9,207); }
div.DivClassName
{
background-color: #DE09CF;
}
.BgClassName
{
background-color: #DE09CF;
}
</style>
border-color css
<style>
span { border-color: #DE09CF; }
span { border-color: rgb(222,9,207); }
td.TdClassName
{
border-color: #DE09CF;
}
.TagClassName
{
border-color: #DE09CF;
}
</style>