Html Css Color HEX #DC1791 Medium Violet Red

📋 copy color: '#DC1791'

red 220 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #DC1791

Tints of Medium Violet Red #DC1791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 56.7%
G = 5.93%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC1791 (or 0xDC1791) is known color: Medium Violet Red. HEX triplet: DC, 17 and 91. RGB value is (220,23,145). Sum of RGB (Red+Green+Blue) = 220+23+145=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1791 is #23E86E. Grayscale: #5F5F5F. Windows color (decimal): -2353263 or 9508828. OLE color: 9508828.

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

Color convert

RGB 220 23 145 -
CMYK 0 0.90 0.34 0.14
HSL 322.84º 0.81% 0.48% -
HSV(B) 322.84º 0.9% 0.86% -
XYZ 34.93 17.87 28.4 -
YUV 95.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 220 23 145 0 0.90 0.34 0.14 322.84 0.81 0.48
Hex DC 17 91 0 5A 22 E 143 51 30
Octal 334 27 221 0 132 42 16 503 121 60
Binary 11011100 10111 10010001 0 1011010 100010 1110 101000011 1010001 110000

Color Harmonies of #DC1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1791

Black with #DC1791

Text Example


Text Example

White with #DC1791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1791; }

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

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

background-color css

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

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

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

border-color css

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

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

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