Html Css Color HEX #DD20CD Deep Magenta

📋 copy color: '#DD20CD'

red 221 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #DD20CD

Tints of Deep Magenta #DD20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 48.25%
G = 6.99%
B = 44.76%

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

#DD20CD (or 0xDD20CD) is known color: Deep Magenta. HEX triplet: DD, 20 and CD. RGB value is (221,32,205). Sum of RGB (Red+Green+Blue) = 221+32+205=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20CD is #22DF32. Grayscale: #6B6B6B. Windows color (decimal): -2285363 or 13443293. OLE color: 13443293.

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

Color convert

RGB 221 32 205 -
CMYK 0 0.86 0.07 0.13
HSL 305.08º 0.75% 0.5% -
HSV(B) 305.08º 0.86% 0.87% -
XYZ 41.35 20.81 59.6 -
YUV 108.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 221 32 205 0 0.86 0.07 0.13 305.08 0.75 0.5
Hex DD 20 CD 0 56 7 D 131 4B 32
Octal 335 40 315 0 126 7 15 461 113 62
Binary 11011101 100000 11001101 0 1010110 111 1101 100110001 1001011 110010

Color Harmonies of #DD20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20CD

Black with #DD20CD

Text Example


Text Example

White with #DD20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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