Html Css Color HEX #DD20D3 Deep Magenta

📋 copy color: '#DD20D3'

red 221 ◦ green 32 ◦ blue 211

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

Shades of Deep Magenta #DD20D3

Tints of Deep Magenta #DD20D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 47.63%
G = 6.9%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD20D3 (or 0xDD20D3) is known color: Deep Magenta. HEX triplet: DD, 20 and D3. RGB value is (221,32,211). Sum of RGB (Red+Green+Blue) = 221+32+211=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20D3 is #22DF2C. Grayscale: #6C6C6C. Windows color (decimal): -2285357 or 13836509. OLE color: 13836509.

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

Color convert

RGB 221 32 211 -
CMYK 0 0.86 0.05 0.13
HSL 303.17º 0.75% 0.5% -
HSV(B) 303.17º 0.86% 0.87% -
XYZ 42.09 21.11 63.48 -
YUV 108.92 185.62 207.95 -
System Red Green Blue C M Y K H S L
Decimal 221 32 211 0 0.86 0.05 0.13 303.17 0.75 0.5
Hex DD 20 D3 0 56 5 D 12F 4B 32
Octal 335 40 323 0 126 5 15 457 113 62
Binary 11011101 100000 11010011 0 1010110 101 1101 100101111 1001011 110010

Color Harmonies of #DD20D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20D3

Black with #DD20D3

Text Example


Text Example

White with #DD20D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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