Html Css Color HEX #DC20D3 Deep Magenta

📋 copy color: '#DC20D3'

red 220 ◦ green 32 ◦ blue 211

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

Shades of Deep Magenta #DC20D3

Tints of Deep Magenta #DC20D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.57%

R = 47.52%
G = 6.91%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC20D3 (or 0xDC20D3) is known color: Deep Magenta. HEX triplet: DC, 20 and D3. RGB value is (220,32,211). Sum of RGB (Red+Green+Blue) = 220+32+211=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20D3 is #23DF2C. Grayscale: #6C6C6C. Windows color (decimal): -2350893 or 13836508. OLE color: 13836508.

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

Color convert

RGB 220 32 211 -
CMYK 0 0.85 0.04 0.14
HSL 302.87º 0.75% 0.49% -
HSV(B) 302.87º 0.85% 0.86% -
XYZ 41.79 20.95 63.47 -
YUV 108.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 220 32 211 0 0.85 0.04 0.14 302.87 0.75 0.49
Hex DC 20 D3 0 55 4 E 12F 4B 31
Octal 334 40 323 0 125 4 16 457 113 61
Binary 11011100 100000 11010011 0 1010101 100 1110 100101111 1001011 110001

Color Harmonies of #DC20D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20D3

Black with #DC20D3

Text Example


Text Example

White with #DC20D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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