Html Css Color HEX #DC20C7 Deep Magenta

📋 copy color: '#DC20C7'

red 220 ◦ green 32 ◦ blue 199

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

Shades of Deep Magenta #DC20C7

Tints of Deep Magenta #DC20C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.12%

R = 48.78%
G = 7.1%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC20C7 (or 0xDC20C7) is known color: Deep Magenta. HEX triplet: DC, 20 and C7. RGB value is (220,32,199). Sum of RGB (Red+Green+Blue) = 220+32+199=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20C7 is #23DF38. Grayscale: #6A6A6A. Windows color (decimal): -2350905 or 13050076. OLE color: 13050076.

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

Color convert

RGB 220 32 199 -
CMYK 0 0.85 0.10 0.14
HSL 306.7º 0.75% 0.49% -
HSV(B) 306.7º 0.85% 0.86% -
XYZ 40.34 20.37 55.84 -
YUV 107.25 179.78 208.42 -
System Red Green Blue C M Y K H S L
Decimal 220 32 199 0 0.85 0.10 0.14 306.7 0.75 0.49
Hex DC 20 C7 0 55 A E 133 4B 31
Octal 334 40 307 0 125 12 16 463 113 61
Binary 11011100 100000 11000111 0 1010101 1010 1110 100110011 1001011 110001

Color Harmonies of #DC20C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20C7

Black with #DC20C7

Text Example


Text Example

White with #DC20C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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