Shades of Deep Magenta #DE09DF
Tints of Deep Magenta #DE09DF
RGB
CMYK
RGB Variations
Color information
#DE09DF (or 0xDE09DF) is known color: Deep Magenta. HEX triplet: DE, 09 and DF. RGB value is (222,9,223). Sum of RGB (Red+Green+Blue) = 222+9+223=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09DF is #21F620. Grayscale: #606060. Windows color (decimal): -2225697 or 14617054. OLE color: 14617054.
HSL color Cylindrical-coordinate representation of color #DE09DF: hue angle of 299.72º 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 #DE09DF is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 223 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.13 |
| HSL | 299.72º | 0.92% | 0.45% | - |
| HSV(B) | 299.72º | 0.96% | 0.87% | - |
| XYZ | 43.54 | 21.05 | 71.58 | - |
| YUV | 97.08 | 199.07 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 223 | 0.00 | 0.96 | 0 | 0.13 | 299.72 | 0.92 | 0.45 |
| Hex | DE | 9 | DF | 0 | 60 | 0 | D | 12C | 5C | 2D |
| Octal | 336 | 11 | 337 | 0 | 140 | 0 | 15 | 454 | 134 | 55 |
| Binary | 11011110 | 1001 | 11011111 | 0 | 1100000 | 0 | 1101 | 100101100 | 1011100 | 101101 |
Color Harmonies of #DE09DF
Complementary color
Monochromatic Colors of #DE09DF
Black with #DE09DF
Text Example
Text Example
White with #DE09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE09DF; }
p { color: rgb(222,9,223); }
H1.HeaderClassName
{
color: #DE09DF;
}
.AnyTagClassName
{
color: #DE09DF;
}
</style>
background-color css
<style>
a { background-color: #DE09DF; }
a { background-color: rgb(222,9,223); }
div.DivClassName
{
background-color: #DE09DF;
}
.BgClassName
{
background-color: #DE09DF;
}
</style>
border-color css
<style>
span { border-color: #DE09DF; }
span { border-color: rgb(222,9,223); }
td.TdClassName
{
border-color: #DE09DF;
}
.TagClassName
{
border-color: #DE09DF;
}
</style>