Html Css Color HEX #DC1980 Medium Violet Red

📋 copy color: '#DC1980'

red 220 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #DC1980

Tints of Medium Violet Red #DC1980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 58.98%
G = 6.7%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC1980 (or 0xDC1980) is known color: Medium Violet Red. HEX triplet: DC, 19 and 80. RGB value is (220,25,128). Sum of RGB (Red+Green+Blue) = 220+25+128=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1980 is #23E67F. Grayscale: #5E5E5E. Windows color (decimal): -2352768 or 8395228. OLE color: 8395228.

HSL color Cylindrical-coordinate representation of color #DC1980: hue angle of 328.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1980 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 128 -
CMYK 0 0.89 0.42 0.14
HSL 328.31º 0.8% 0.48% -
HSV(B) 328.31º 0.89% 0.86% -
XYZ 33.76 17.47 22.01 -
YUV 95.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 220 25 128 0 0.89 0.42 0.14 328.31 0.8 0.48
Hex DC 19 80 0 59 2A E 148 50 30
Octal 334 31 200 0 131 52 16 510 120 60
Binary 11011100 11001 10000000 0 1011001 101010 1110 101001000 1010000 110000

Color Harmonies of #DC1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1980

Black with #DC1980

Text Example


Text Example

White with #DC1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1980; }

 p { color: rgb(220,25,128); }

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

background-color css

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

 a { background-color: rgb(220,25,128); }

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

border-color css

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

 span { border-color: rgb(220,25,128); }

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