#DE1ECA

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

Shades of Deep Magenta #DE1ECA

Tints of Deep Magenta #DE1ECA

Color information

#DE1ECA (or 0xDE1ECA) is unknown color: approx Deep Magenta. HEX triplet: DE, 1E and CA. RGB value is (222,30,202). Sum of RGB (Red+Green+Blue) = 222+30+202=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ECA is #21E135. Grayscale: #6A6A6A. Windows color (decimal): -2220342 or 13246174. OLE color: 13246174.

HSL color Cylindrical-coordinate representation of color #DE1ECA: hue angle of 306.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1ECA is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22230202-
CMYK00.860.090.13
HSL306.25º76.19%49.41%-
HSV(B)306.25º86.49%87.06%-
XYZ41.2520.7257.7-
YUV107.02181.61210.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 30 (12.11% from 255) = 6.61%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=48.90%
G=6.61%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223020200.860.090.13306.2576.1949.41
HexDE1ECA0569D1324c31
Octal336363120126111546211461
Binary11011110111101100101001010110100111011001100101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1ECA; }

 p { color: rgb(222,30,202); }

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

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

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

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

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

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

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