#DD1EE0

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

Shades of Deep Magenta #DD1EE0

Tints of Deep Magenta #DD1EE0

Color information

#DD1EE0 (or 0xDD1EE0) is unknown color: approx Deep Magenta. HEX triplet: DD, 1E and E0. RGB value is (221,30,224). Sum of RGB (Red+Green+Blue) = 221+30+224=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD1EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EE0 is #22E11F. Grayscale: #6C6C6C. Windows color (decimal): -2285856 or 14687965. OLE color: 14687965.

HSL color Cylindrical-coordinate representation of color #DD1EE0: hue angle of 299.07º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1EE0 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22130224-
CMYK0.010.8700.12
HSL299.07º76.38%49.8%-
HSV(B)299.07º86.61%87.84%-
XYZ43.7421.6872.4-
YUV109.22192.78207.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 30 (12.11% from 255) = 6.32%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=46.53%
G=6.32%
B=47.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221302240.010.8700.12299.0776.3849.8
HexDD1EE01570C12b4c32
Octal33536340112701445311462
Binary11011101111101110000011010111011001001010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1EE0; }

 p { color: rgb(221,30,224); }

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

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

 a { background-color: rgb(221,30,224); }

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

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

 span { border-color: rgb(221,30,224); }

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