Html Css Color HEX #DD20D4 Deep Magenta

📋 copy color: '#DD20D4'

red 221 ◦ green 32 ◦ blue 212

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

Shades of Deep Magenta #DD20D4

Tints of Deep Magenta #DD20D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 47.53%
G = 6.88%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD20D4 (or 0xDD20D4) is known color: Deep Magenta. HEX triplet: DD, 20 and D4. RGB value is (221,32,212). Sum of RGB (Red+Green+Blue) = 221+32+212=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20D4 is #22DF2B. Grayscale: #6C6C6C. Windows color (decimal): -2285356 or 13902045. OLE color: 13902045.

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

Color convert

RGB 221 32 212 -
CMYK 0 0.86 0.04 0.13
HSL 302.86º 0.75% 0.5% -
HSV(B) 302.86º 0.86% 0.87% -
XYZ 42.22 21.16 64.15 -
YUV 109.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 221 32 212 0 0.86 0.04 0.13 302.86 0.75 0.5
Hex DD 20 D4 0 56 4 D 12F 4B 32
Octal 335 40 324 0 126 4 15 457 113 62
Binary 11011101 100000 11010100 0 1010110 100 1101 100101111 1001011 110010

Color Harmonies of #DD20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20D4

Black with #DD20D4

Text Example


Text Example

White with #DD20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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