Html Css Color HEX #DC20D7 Deep Magenta

📋 copy color: '#DC20D7'

red 220 ◦ green 32 ◦ blue 215

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

Shades of Deep Magenta #DC20D7

Tints of Deep Magenta #DC20D7

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

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

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 47.11%
G = 6.85%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC20D7 (or 0xDC20D7) is known color: Deep Magenta. HEX triplet: DC, 20 and D7. RGB value is (220,32,215). Sum of RGB (Red+Green+Blue) = 220+32+215=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20D7 is #23DF28. Grayscale: #6C6C6C. Windows color (decimal): -2350889 or 14098652. OLE color: 14098652.

HSL color Cylindrical-coordinate representation of color #DC20D7: hue angle of 301.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20D7 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 215 -
CMYK 0 0.85 0.02 0.14
HSL 301.6º 0.75% 0.49% -
HSV(B) 301.6º 0.85% 0.86% -
XYZ 42.3 21.15 66.14 -
YUV 109.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 220 32 215 0 0.85 0.02 0.14 301.6 0.75 0.49
Hex DC 20 D7 0 55 2 E 12E 4B 31
Octal 334 40 327 0 125 2 16 456 113 61
Binary 11011100 100000 11010111 0 1010101 10 1110 100101110 1001011 110001

Color Harmonies of #DC20D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20D7

Black with #DC20D7

Text Example


Text Example

White with #DC20D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20D7; }

 p { color: rgb(220,32,215); }

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

background-color css

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

 a { background-color: rgb(220,32,215); }

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

border-color css

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

 span { border-color: rgb(220,32,215); }

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