Html Css Color HEX #DD20D8 Deep Magenta

📋 copy color: '#DD20D8'

red 221 ◦ green 32 ◦ blue 216

#DD20D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DD20D8

Tints of Deep Magenta #DD20D8

RGB

 RED value IS 221 (86.72% from 255) = 47.12%

 GREEN value IS 32 (12.89% from 255) = 6.82%

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 47.12%
G = 6.82%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD20D8 (or 0xDD20D8) is known color: Deep Magenta. HEX triplet: DD, 20 and D8. RGB value is (221,32,216). Sum of RGB (Red+Green+Blue) = 221+32+216=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20D8 is #22DF27. Grayscale: #6C6C6C. Windows color (decimal): -2285352 or 14164189. OLE color: 14164189.

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

Color convert

RGB 221 32 216 -
CMYK 0 0.86 0.02 0.13
HSL 301.59º 0.75% 0.5% -
HSV(B) 301.59º 0.86% 0.87% -
XYZ 42.73 21.36 66.84 -
YUV 109.49 188.12 207.54 -
System Red Green Blue C M Y K H S L
Decimal 221 32 216 0 0.86 0.02 0.13 301.59 0.75 0.5
Hex DD 20 D8 0 56 2 D 12E 4B 32
Octal 335 40 330 0 126 2 15 456 113 62
Binary 11011101 100000 11011000 0 1010110 10 1101 100101110 1001011 110010

Color Harmonies of #DD20D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20D8

Black with #DD20D8

Text Example


Text Example

White with #DD20D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20D8; }

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

 H1.HeaderClassName
 {
   color: #DD20D8;
 }
 .AnyTagClassName
 {
   color: #DD20D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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