Html Css Color HEX #DC0380 Medium Violet Red

📋 copy color: '#DC0380'

red 220 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #DC0380

Tints of Medium Violet Red #DC0380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 62.68%
G = 0.85%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0380 (or 0xDC0380) is known color: Medium Violet Red. HEX triplet: DC, 03 and 80. RGB value is (220,3,128). Sum of RGB (Red+Green+Blue) = 220+3+128=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0380 is #23FC7F. Grayscale: #515151. Windows color (decimal): -2358400 or 8389596. OLE color: 8389596.

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

Color convert

RGB 220 3 128 -
CMYK 0 0.99 0.42 0.14
HSL 325.44º 0.97% 0.44% -
HSV(B) 325.44º 0.99% 0.86% -
XYZ 33.44 16.84 21.91 -
YUV 82.13 153.89 226.34 -
System Red Green Blue C M Y K H S L
Decimal 220 3 128 0 0.99 0.42 0.14 325.44 0.97 0.44
Hex DC 3 80 0 63 2A E 145 61 2C
Octal 334 3 200 0 143 52 16 505 141 54
Binary 11011100 11 10000000 0 1100011 101010 1110 101000101 1100001 101100

Color Harmonies of #DC0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0380

Black with #DC0380

Text Example


Text Example

White with #DC0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0380; }

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

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

background-color css

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

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

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

border-color css

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

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

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