Html Css Color HEX #DC0E80 Medium Violet Red

📋 copy color: '#DC0E80'

red 220 ◦ green 14 ◦ blue 128

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

Shades of Medium Violet Red #DC0E80

Tints of Medium Violet Red #DC0E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

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

R = 60.77%
G = 3.87%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0E80 (or 0xDC0E80) is known color: Medium Violet Red. HEX triplet: DC, 0E and 80. RGB value is (220,14,128). Sum of RGB (Red+Green+Blue) = 220+14+128=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E80 is #23F17F. Grayscale: #585858. Windows color (decimal): -2355584 or 8392412. OLE color: 8392412.

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

Color convert

RGB 220 14 128 -
CMYK 0 0.94 0.42 0.14
HSL 326.8º 0.88% 0.46% -
HSV(B) 326.8º 0.94% 0.86% -
XYZ 33.57 17.09 21.95 -
YUV 88.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 220 14 128 0 0.94 0.42 0.14 326.8 0.88 0.46
Hex DC E 80 0 5E 2A E 147 58 2E
Octal 334 16 200 0 136 52 16 507 130 56
Binary 11011100 1110 10000000 0 1011110 101010 1110 101000111 1011000 101110

Color Harmonies of #DC0E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0E80

Black with #DC0E80

Text Example


Text Example

White with #DC0E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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