Html Css Color HEX #DC1A80 Medium Violet Red

📋 copy color: '#DC1A80'

red 220 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #DC1A80

Tints of Medium Violet Red #DC1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

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

R = 58.82%
G = 6.95%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC1A80 (or 0xDC1A80) is known color: Medium Violet Red. HEX triplet: DC, 1A and 80. RGB value is (220,26,128). Sum of RGB (Red+Green+Blue) = 220+26+128=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1A80 is #23E57F. Grayscale: #5F5F5F. Windows color (decimal): -2352512 or 8395484. OLE color: 8395484.

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

Color convert

RGB 220 26 128 -
CMYK 0 0.88 0.42 0.14
HSL 328.45º 0.79% 0.48% -
HSV(B) 328.45º 0.88% 0.86% -
XYZ 33.78 17.51 22.02 -
YUV 95.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 220 26 128 0 0.88 0.42 0.14 328.45 0.79 0.48
Hex DC 1A 80 0 58 2A E 148 4F 30
Octal 334 32 200 0 130 52 16 510 117 60
Binary 11011100 11010 10000000 0 1011000 101010 1110 101001000 1001111 110000

Color Harmonies of #DC1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A80

Black with #DC1A80

Text Example


Text Example

White with #DC1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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