Html Css Color HEX #DC1778 Medium Violet Red

📋 copy color: '#DC1778'

red 220 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #DC1778

Tints of Medium Violet Red #DC1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.34%

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

R = 60.61%
G = 6.34%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1778 (or 0xDC1778) is known color: Medium Violet Red. HEX triplet: DC, 17 and 78. RGB value is (220,23,120). Sum of RGB (Red+Green+Blue) = 220+23+120=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1778 is #23E887. Grayscale: #5C5C5C. Windows color (decimal): -2353288 or 7870428. OLE color: 7870428.

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

Color convert

RGB 220 23 120 -
CMYK 0 0.90 0.45 0.14
HSL 330.46º 0.81% 0.48% -
HSV(B) 330.46º 0.9% 0.86% -
XYZ 33.21 17.18 19.34 -
YUV 92.96 143.27 218.61 -
System Red Green Blue C M Y K H S L
Decimal 220 23 120 0 0.90 0.45 0.14 330.46 0.81 0.48
Hex DC 17 78 0 5A 2D E 14A 51 30
Octal 334 27 170 0 132 55 16 512 121 60
Binary 11011100 10111 1111000 0 1011010 101101 1110 101001010 1010001 110000

Color Harmonies of #DC1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1778

Black with #DC1778

Text Example


Text Example

White with #DC1778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1778; }

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

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

background-color css

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

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

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

border-color css

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

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

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