Html Css Color HEX #DC1978 Medium Violet Red

📋 copy color: '#DC1978'

red 220 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #DC1978

Tints of Medium Violet Red #DC1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

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

R = 60.27%
G = 6.85%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1978 (or 0xDC1978) is known color: Medium Violet Red. HEX triplet: DC, 19 and 78. RGB value is (220,25,120). Sum of RGB (Red+Green+Blue) = 220+25+120=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1978 is #23E687. Grayscale: #5D5D5D. Windows color (decimal): -2352776 or 7870940. OLE color: 7870940.

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

Color convert

RGB 220 25 120 -
CMYK 0 0.89 0.45 0.14
HSL 330.77º 0.8% 0.48% -
HSV(B) 330.77º 0.89% 0.86% -
XYZ 33.25 17.27 19.35 -
YUV 94.14 142.6 217.78 -
System Red Green Blue C M Y K H S L
Decimal 220 25 120 0 0.89 0.45 0.14 330.77 0.8 0.48
Hex DC 19 78 0 59 2D E 14B 50 30
Octal 334 31 170 0 131 55 16 513 120 60
Binary 11011100 11001 1111000 0 1011001 101101 1110 101001011 1010000 110000

Color Harmonies of #DC1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1978

Black with #DC1978

Text Example


Text Example

White with #DC1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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