#DD21D7

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

Shades of Deep Magenta #DD21D7

Tints of Deep Magenta #DD21D7

Color information

#DD21D7 (or 0xDD21D7) is unknown color: approx Deep Magenta. HEX triplet: DD, 21 and D7. RGB value is (221,33,215). Sum of RGB (Red+Green+Blue) = 221+33+215=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21D7 is #22DE28. Grayscale: #6D6D6D. Windows color (decimal): -2285097 or 14098909. OLE color: 14098909.

HSL color Cylindrical-coordinate representation of color #DD21D7: hue angle of 301.91º 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 #DD21D7 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22133215-
CMYK00.850.030.13
HSL301.91º74.02%49.8%-
HSV(B)301.91º85.07%86.67%-
XYZ42.6321.3766.17-
YUV109.96187.28207.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 33 (13.28% from 255) = 7.04%
BLUE value IS 215 (84.38% from 255) = 45.84%
R=47.12%
G=7.04%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213321500.850.030.13301.9174.0249.8
HexDD21D70553D12e4a32
Octal33541327012531545611262
Binary1101110110000111010111010101011111011001011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD21D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD21D7; }

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

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

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

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

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

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

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

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