#DE13C2

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

Shades of Deep Magenta #DE13C2

Tints of Deep Magenta #DE13C2

Color information

#DE13C2 (or 0xDE13C2) is unknown color: approx Deep Magenta. HEX triplet: DE, 13 and C2. RGB value is (222,19,194). Sum of RGB (Red+Green+Blue) = 222+19+194=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13C2 is #21EC3D. Grayscale: #636363. Windows color (decimal): -2223166 or 12719070. OLE color: 12719070.

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

Color convert

RGB22219194-
CMYK00.910.130.13
HSL308.28º84.23%47.25%-
HSV(B)308.28º91.44%87.06%-
XYZ40.0919.8952.76-
YUV99.65181.25215.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=51.03%
G=4.37%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221919400.910.130.13308.2884.2347.25
HexDE13C205BDD134542f
Octal336233020133151546412457
Binary11011110100111100001001011011110111011001101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE13C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE13C2; }

 p { color: rgb(222,19,194); }

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

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

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

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

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

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

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