Html Css Color HEX #DC20C6 Deep Magenta

📋 copy color: '#DC20C6'

red 220 ◦ green 32 ◦ blue 198

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

Shades of Deep Magenta #DC20C6

Tints of Deep Magenta #DC20C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 48.89%
G = 7.11%
B = 44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC20C6 (or 0xDC20C6) is known color: Deep Magenta. HEX triplet: DC, 20 and C6. RGB value is (220,32,198). Sum of RGB (Red+Green+Blue) = 220+32+198=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20C6 is #23DF39. Grayscale: #6A6A6A. Windows color (decimal): -2350906 or 12984540. OLE color: 12984540.

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

Color convert

RGB 220 32 198 -
CMYK 0 0.85 0.1 0.14
HSL 307.02º 0.75% 0.49% -
HSV(B) 307.02º 0.85% 0.86% -
XYZ 40.22 20.33 55.23 -
YUV 107.14 179.28 208.5 -
System Red Green Blue C M Y K H S L
Decimal 220 32 198 0 0.85 0.1 0.14 307.02 0.75 0.49
Hex DC 20 C6 0 55 A E 133 4B 31
Octal 334 40 306 0 125 12 16 463 113 61
Binary 11011100 100000 11000110 0 1010101 1010 1110 100110011 1001011 110001

Color Harmonies of #DC20C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20C6

Black with #DC20C6

Text Example


Text Example

White with #DC20C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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