#DE13C3

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

Shades of Deep Magenta #DE13C3

Tints of Deep Magenta #DE13C3

Color information

#DE13C3 (or 0xDE13C3) is unknown color: approx Deep Magenta. HEX triplet: DE, 13 and C3. RGB value is (222,19,195). Sum of RGB (Red+Green+Blue) = 222+19+195=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13C3 is #21EC3C. Grayscale: #636363. Windows color (decimal): -2223165 or 12784606. OLE color: 12784606.

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

Color convert

RGB22219195-
CMYK00.910.120.13
HSL307.98º84.23%47.25%-
HSV(B)307.98º91.44%87.06%-
XYZ40.2119.9453.36-
YUV99.76181.75215.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 19 (7.81% from 255) = 4.36%
BLUE value IS 195 (76.56% from 255) = 44.72%
R=50.92%
G=4.36%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221919500.910.120.13307.9884.2347.25
HexDE13C305BCD134542f
Octal336233030133141546412457
Binary11011110100111100001101011011110011011001101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE13C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE13C3; }

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

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

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

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

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

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

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

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