Html Css Color HEX #DD20CC Deep Magenta

📋 copy color: '#DD20CC'

red 221 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #DD20CC

Tints of Deep Magenta #DD20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 48.36%
G = 7%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD20CC (or 0xDD20CC) is known color: Deep Magenta. HEX triplet: DD, 20 and CC. RGB value is (221,32,204). Sum of RGB (Red+Green+Blue) = 221+32+204=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20CC is #22DF33. Grayscale: #6B6B6B. Windows color (decimal): -2285364 or 13377757. OLE color: 13377757.

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

Color convert

RGB 221 32 204 -
CMYK 0 0.86 0.08 0.13
HSL 305.4º 0.75% 0.5% -
HSV(B) 305.4º 0.86% 0.87% -
XYZ 41.23 20.76 58.96 -
YUV 108.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 221 32 204 0 0.86 0.08 0.13 305.4 0.75 0.5
Hex DD 20 CC 0 56 8 D 131 4B 32
Octal 335 40 314 0 126 10 15 461 113 62
Binary 11011101 100000 11001100 0 1010110 1000 1101 100110001 1001011 110010

Color Harmonies of #DD20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20CC

Black with #DD20CC

Text Example


Text Example

White with #DD20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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