#DE00C0

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

Shades of Deep Magenta #DE00C0

Tints of Deep Magenta #DE00C0

Color information

#DE00C0 (or 0xDE00C0) is unknown color: approx Deep Magenta. HEX triplet: DE, 00 and C0. RGB value is (222,0,192). Sum of RGB (Red+Green+Blue) = 222+0+192=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00C0 is #21FF3F. Grayscale: #575757. Windows color (decimal): -2228032 or 12583134. OLE color: 12583134.

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

Color convert

RGB2220192-
CMYK010.140.13
HSL308.11º100%43.53%-
HSV(B)308.11º100%87.06%-
XYZ39.6419.3451.51-
YUV88.27186.55223.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=53.62%
G=0%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2220192010.140.13308.1110043.53
HexDE0C0064ED134642c
Octal33603000144161546414454
Binary1101111001100000001100100111011011001101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE00C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE00C0; }

 p { color: rgb(222,0,192); }

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

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

 a { background-color: rgb(222,0,192); }

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

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

 span { border-color: rgb(222,0,192); }

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