Html Css Color HEX #DC20D2 Deep Magenta

📋 copy color: '#DC20D2'

red 220 ◦ green 32 ◦ blue 210

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

Shades of Deep Magenta #DC20D2

Tints of Deep Magenta #DC20D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 47.62%
G = 6.93%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC20D2 (or 0xDC20D2) is known color: Deep Magenta. HEX triplet: DC, 20 and D2. RGB value is (220,32,210). Sum of RGB (Red+Green+Blue) = 220+32+210=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20D2 is #23DF2D. Grayscale: #6B6B6B. Windows color (decimal): -2350894 or 13770972. OLE color: 13770972.

HSL color Cylindrical-coordinate representation of color #DC20D2: hue angle of 303.19º 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 #DC20D2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 210 -
CMYK 0 0.85 0.05 0.14
HSL 303.19º 0.75% 0.49% -
HSV(B) 303.19º 0.85% 0.86% -
XYZ 41.66 20.9 62.81 -
YUV 108.5 185.28 207.53 -
System Red Green Blue C M Y K H S L
Decimal 220 32 210 0 0.85 0.05 0.14 303.19 0.75 0.49
Hex DC 20 D2 0 55 5 E 12F 4B 31
Octal 334 40 322 0 125 5 16 457 113 61
Binary 11011100 100000 11010010 0 1010101 101 1110 100101111 1001011 110001

Color Harmonies of #DC20D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20D2

Black with #DC20D2

Text Example


Text Example

White with #DC20D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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