#DE12DE

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

Shades of Deep Magenta #DE12DE

Tints of Deep Magenta #DE12DE

Color information

#DE12DE (or 0xDE12DE) is unknown color: approx Deep Magenta. HEX triplet: DE, 12 and DE. RGB value is (222,18,222). Sum of RGB (Red+Green+Blue) = 222+18+222=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE12DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12DE is #21ED21. Grayscale: #656565. Windows color (decimal): -2223394 or 14553822. OLE color: 14553822.

HSL color Cylindrical-coordinate representation of color #DE12DE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE12DE is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22218222-
CMYK00.9200.13
HSL300º85%47.06%-
HSV(B)300º91.89%87.06%-
XYZ43.5321.2470.91-
YUV102.25195.59213.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 18 (7.42% from 255) = 3.90%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=48.05%
G=3.90%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221822200.9200.133008547.06
HexDE12DE05C0D12c552f
Octal33622336013401545412557
Binary11011110100101101111001011100011011001011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE12DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE12DE; }

 p { color: rgb(222,18,222); }

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

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

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

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

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

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

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