Html Css Color HEX #DD20DA Deep Magenta

📋 copy color: '#DD20DA'

red 221 ◦ green 32 ◦ blue 218

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

Shades of Deep Magenta #DD20DA

Tints of Deep Magenta #DD20DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 46.92%
G = 6.79%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD20DA (or 0xDD20DA) is known color: Deep Magenta. HEX triplet: DD, 20 and DA. RGB value is (221,32,218). Sum of RGB (Red+Green+Blue) = 221+32+218=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20DA is #22DF25. Grayscale: #6D6D6D. Windows color (decimal): -2285350 or 14295261. OLE color: 14295261.

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

Color convert

RGB 221 32 218 -
CMYK 0 0.86 0.01 0.13
HSL 300.95º 0.75% 0.5% -
HSV(B) 300.95º 0.86% 0.87% -
XYZ 42.99 21.47 68.21 -
YUV 109.72 189.12 207.38 -
System Red Green Blue C M Y K H S L
Decimal 221 32 218 0 0.86 0.01 0.13 300.95 0.75 0.5
Hex DD 20 DA 0 56 1 D 12D 4B 32
Octal 335 40 332 0 126 1 15 455 113 62
Binary 11011101 100000 11011010 0 1010110 1 1101 100101101 1001011 110010

Color Harmonies of #DD20DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20DA

Black with #DD20DA

Text Example


Text Example

White with #DD20DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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