Html Css Color HEX #DC0080 Medium Violet Red

📋 copy color: '#DC0080'

red 220 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #DC0080

Tints of Medium Violet Red #DC0080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.22%
G = 0%
B = 36.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0080 (or 0xDC0080) is known color: Medium Violet Red. HEX triplet: DC, 00 and 80. RGB value is (220,0,128). Sum of RGB (Red+Green+Blue) = 220+0+128=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0080 is #23FF7F. Grayscale: #505050. Windows color (decimal): -2359168 or 8388828. OLE color: 8388828.

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

Color convert

RGB 220 0 128 -
CMYK 0 1 0.42 0.14
HSL 325.09º 1% 0.43% -
HSV(B) 325.09º 1% 0.86% -
XYZ 33.41 16.77 21.9 -
YUV 80.37 154.89 227.59 -
System Red Green Blue C M Y K H S L
Decimal 220 0 128 0 1 0.42 0.14 325.09 1 0.43
Hex DC 0 80 0 64 2A E 145 64 2B
Octal 334 0 200 0 144 52 16 505 144 53
Binary 11011100 0 10000000 0 1100100 101010 1110 101000101 1100100 101011

Color Harmonies of #DC0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0080

Black with #DC0080

Text Example


Text Example

White with #DC0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0080; }

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

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

background-color css

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

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

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

border-color css

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

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

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