#DD21DA

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

Shades of Deep Magenta #DD21DA

Tints of Deep Magenta #DD21DA

Color information

#DD21DA (or 0xDD21DA) is unknown color: approx Deep Magenta. HEX triplet: DD, 21 and DA. RGB value is (221,33,218). Sum of RGB (Red+Green+Blue) = 221+33+218=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21DA is #22DE25. Grayscale: #6D6D6D. Windows color (decimal): -2285094 or 14295517. OLE color: 14295517.

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

Color convert

RGB22133218-
CMYK00.850.010.13
HSL300.96º74.02%49.8%-
HSV(B)300.96º85.07%86.67%-
XYZ43.0221.5268.22-
YUV110.3188.78206.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 33 (13.28% from 255) = 6.99%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=46.82%
G=6.99%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213321800.850.010.13300.9674.0249.8
HexDD21DA0551D12d4a32
Octal33541332012511545511262
Binary110111011000011101101001010101111011001011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD21DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD21DA; }

 p { color: rgb(221,33,218); }

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

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

 a { background-color: rgb(221,33,218); }

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

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

 span { border-color: rgb(221,33,218); }

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