#DD20DC

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

Shades of Deep Magenta #DD20DC

Tints of Deep Magenta #DD20DC

Color information

#DD20DC (or 0xDD20DC) is unknown color: approx Deep Magenta. HEX triplet: DD, 20 and DC. RGB value is (221,32,220). Sum of RGB (Red+Green+Blue) = 221+32+220=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20DC is #22DF23. Grayscale: #6D6D6D. Windows color (decimal): -2285348 or 14426333. OLE color: 14426333.

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

Color convert

RGB22132220-
CMYK00.860.000.13
HSL300.32º74.7%49.61%-
HSV(B)300.32º85.52%86.67%-
XYZ43.2521.5769.59-
YUV109.94190.12207.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 32 (12.89% from 255) = 6.77%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=46.72%
G=6.77%
B=46.51%

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
Decimal2213222000.860.000.13300.3274.749.61
HexDD20DC0560D12c4b32
Octal33540334012601545411362
Binary110111011000001101110001010110011011001011001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD20DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD20DC; }

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

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

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

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

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

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

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

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