#DD1EDC

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

Shades of Deep Magenta #DD1EDC

Tints of Deep Magenta #DD1EDC

Color information

#DD1EDC (or 0xDD1EDC) is unknown color: approx Deep Magenta. HEX triplet: DD, 1E and DC. RGB value is (221,30,220). Sum of RGB (Red+Green+Blue) = 221+30+220=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EDC is #22E123. Grayscale: #6C6C6C. Windows color (decimal): -2285860 or 14425821. OLE color: 14425821.

HSL color Cylindrical-coordinate representation of color #DD1EDC: hue angle of 300.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EDC is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB22130220-
CMYK00.860.000.13
HSL300.31º76.1%49.22%-
HSV(B)300.31º86.43%86.67%-
XYZ43.221.4769.58-
YUV108.77190.78208.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 30 (12.11% from 255) = 6.37%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=46.92%
G=6.37%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213022000.860.000.13300.3176.149.22
HexDD1EDC0560D12c4c31
Octal33536334012601545411461
Binary11011101111101101110001010110011011001011001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1EDC; }

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

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

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

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

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

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

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

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