#DE09C9

Color #DE09C9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DE09C9

Tints of Deep Magenta #DE09C9

Color information

#DE09C9 (or 0xDE09C9) is unknown color: approx Deep Magenta. HEX triplet: DE, 09 and C9. RGB value is (222,9,201). Sum of RGB (Red+Green+Blue) = 222+9+201=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09C9 is #21F636. Grayscale: #5E5E5E. Windows color (decimal): -2225719 or 13175262. OLE color: 13175262.

HSL color Cylindrical-coordinate representation of color #DE09C9: hue angle of 305.92º 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 #DE09C9 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB2229201-
CMYK00.960.090.13
HSL305.92º92.21%45.29%-
HSV(B)305.92º95.95%87.06%-
XYZ40.7619.9456.96-
YUV94.58188.07218.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 9 (3.91% from 255) = 2.08%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=51.39%
G=2.08%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222920100.960.090.13305.9292.2145.29
HexDE9C90609D1325c2d
Octal336113110140111546213455
Binary1101111010011100100101100000100111011001100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE09C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE09C9; }

 p { color: rgb(222,9,201); }

 H1.HeaderClassName
 {
   color: #DE09C9;
 }
 .AnyTagClassName
 {
   color: #DE09C9;
 }
</style>
background-color css

<style>
 a { background-color: #DE09C9; }

 a { background-color: rgb(222,9,201); }

 div.DivClassName
 {
   background-color: #DE09C9;
 }
 .BgClassName
 {
   background-color: #DE09C9;
 }
</style>
border-color css

<style>
 span { border-color: #DE09C9; }

 span { border-color: rgb(222,9,201); }

 td.TdClassName
 {
   border-color: #DE09C9;
 }
 .TagClassName
 {
   border-color: #DE09C9;
 }
</style>