Html Css Color HEX #DD20CE Deep Magenta

📋 copy color: '#DD20CE'

red 221 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #DD20CE

Tints of Deep Magenta #DD20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 48.15%
G = 6.97%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD20CE (or 0xDD20CE) is known color: Deep Magenta. HEX triplet: DD, 20 and CE. RGB value is (221,32,206). Sum of RGB (Red+Green+Blue) = 221+32+206=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20CE is #22DF31. Grayscale: #6B6B6B. Windows color (decimal): -2285362 or 13508829. OLE color: 13508829.

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

Color convert

RGB 221 32 206 -
CMYK 0 0.86 0.07 0.13
HSL 304.76º 0.75% 0.5% -
HSV(B) 304.76º 0.86% 0.87% -
XYZ 41.48 20.86 60.23 -
YUV 108.35 183.12 208.35 -
System Red Green Blue C M Y K H S L
Decimal 221 32 206 0 0.86 0.07 0.13 304.76 0.75 0.5
Hex DD 20 CE 0 56 7 D 131 4B 32
Octal 335 40 316 0 126 7 15 461 113 62
Binary 11011101 100000 11001110 0 1010110 111 1101 100110001 1001011 110010

Color Harmonies of #DD20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20CE

Black with #DD20CE

Text Example


Text Example

White with #DD20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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