#DE12C0

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

Shades of Deep Magenta #DE12C0

Tints of Deep Magenta #DE12C0

Color information

#DE12C0 (or 0xDE12C0) is unknown color: approx Deep Magenta. HEX triplet: DE, 12 and C0. RGB value is (222,18,192). Sum of RGB (Red+Green+Blue) = 222+18+192=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12C0 is #21ED3F. Grayscale: #626262. Windows color (decimal): -2223424 or 12587742. OLE color: 12587742.

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

Color convert

RGB22218192-
CMYK00.920.140.13
HSL308.82º85%47.06%-
HSV(B)308.82º91.89%87.06%-
XYZ39.8519.7751.58-
YUV98.83180.59215.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 18 (7.42% from 255) = 4.17%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=51.39%
G=4.17%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221819200.920.140.13308.828547.06
HexDE12C005CED135552f
Octal336223000134161546512557
Binary11011110100101100000001011100111011011001101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE12C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE12C0; }

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

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

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

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

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

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

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

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