Html Css Color HEX #DC1A78 Medium Violet Red

📋 copy color: '#DC1A78'

red 220 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #DC1A78

Tints of Medium Violet Red #DC1A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 60.11%
G = 7.1%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1A78 (or 0xDC1A78) is known color: Medium Violet Red. HEX triplet: DC, 1A and 78. RGB value is (220,26,120). Sum of RGB (Red+Green+Blue) = 220+26+120=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A78 is #23E587. Grayscale: #5E5E5E. Windows color (decimal): -2352520 or 7871196. OLE color: 7871196.

HSL color Cylindrical-coordinate representation of color #DC1A78: hue angle of 330.93º 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 #DC1A78 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 26 120 -
CMYK 0 0.88 0.45 0.14
HSL 330.93º 0.79% 0.48% -
HSV(B) 330.93º 0.88% 0.86% -
XYZ 33.27 17.31 19.36 -
YUV 94.72 142.27 217.36 -
System Red Green Blue C M Y K H S L
Decimal 220 26 120 0 0.88 0.45 0.14 330.93 0.79 0.48
Hex DC 1A 78 0 58 2D E 14B 4F 30
Octal 334 32 170 0 130 55 16 513 117 60
Binary 11011100 11010 1111000 0 1011000 101101 1110 101001011 1001111 110000

Color Harmonies of #DC1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A78

Black with #DC1A78

Text Example


Text Example

White with #DC1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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