#DE12C5

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

Shades of Deep Magenta #DE12C5

Tints of Deep Magenta #DE12C5

Color information

#DE12C5 (or 0xDE12C5) is unknown color: approx Deep Magenta. HEX triplet: DE, 12 and C5. RGB value is (222,18,197). Sum of RGB (Red+Green+Blue) = 222+18+197=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12C5 is #21ED3A. Grayscale: #626262. Windows color (decimal): -2223419 or 12915422. OLE color: 12915422.

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

Color convert

RGB22218197-
CMYK00.920.110.13
HSL307.35º85%47.06%-
HSV(B)307.35º91.89%87.06%-
XYZ40.4219.9954.55-
YUV99.4183.09215.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 18 (7.42% from 255) = 4.12%
BLUE value IS 197 (77.34% from 255) = 45.08%
R=50.80%
G=4.12%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221819700.920.110.13307.358547.06
HexDE12C505CBD133552f
Octal336223050134131546312557
Binary11011110100101100010101011100101111011001100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE12C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE12C5; }

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

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

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

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

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

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

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

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