Html Css Color HEX #DC0480 Medium Violet Red

📋 copy color: '#DC0480'

red 220 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #DC0480

Tints of Medium Violet Red #DC0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 62.5%
G = 1.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0480 (or 0xDC0480) is known color: Medium Violet Red. HEX triplet: DC, 04 and 80. RGB value is (220,4,128). Sum of RGB (Red+Green+Blue) = 220+4+128=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0480 is #23FB7F. Grayscale: #525252. Windows color (decimal): -2358144 or 8389852. OLE color: 8389852.

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

Color convert

RGB 220 4 128 -
CMYK 0 0.98 0.42 0.14
HSL 325.56º 0.96% 0.44% -
HSV(B) 325.56º 0.98% 0.86% -
XYZ 33.45 16.86 21.91 -
YUV 82.72 153.56 225.92 -
System Red Green Blue C M Y K H S L
Decimal 220 4 128 0 0.98 0.42 0.14 325.56 0.96 0.44
Hex DC 4 80 0 62 2A E 146 60 2C
Octal 334 4 200 0 142 52 16 506 140 54
Binary 11011100 100 10000000 0 1100010 101010 1110 101000110 1100000 101100

Color Harmonies of #DC0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0480

Black with #DC0480

Text Example


Text Example

White with #DC0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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