#de04c8

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

Shades of Deep Magenta #DE04C8

Tints of Deep Magenta #DE04C8

Color information

#DE04C8 (or 0xDE04C8) is unknown color: approx Deep Magenta. HEX triplet: DE, 04 and C8. RGB value is (222,4,200). Sum of RGB (Red+Green+Blue) = 222+4+200=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04C8 is #21FB37. Grayscale: #5A5A5A. Windows color (decimal): -2227000 or 13108446. OLE color: 13108446.

HSL color Cylindrical-coordinate representation of color #DE04C8: hue angle of 306.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE04C8 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB2224200-
CMYK00.980.100.13
HSL306.06º96.46%44.31%-
HSV(B)306.06º98.2%87.06%-
XYZ40.5919.7956.32-
YUV91.53189.22221.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 200 (78.52% from 255) = 46.95%
R=52.11%
G=0.94%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222420000.980.100.13306.0696.4644.31
HexDE4C8062AD132602c
Octal33643100142121546214054
Binary110111101001100100001100010101011011001100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de04c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de04c8; }

 p { color: rgb(222,4,200); }

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

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

 a { background-color: rgb(222,4,200); }

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

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

 span { border-color: rgb(222,4,200); }

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