Html Css Color HEX #DC1991 Medium Violet Red

📋 copy color: '#DC1991'

red 220 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #DC1991

Tints of Medium Violet Red #DC1991

RGB

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

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

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

R = 56.41%
G = 6.41%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC1991 (or 0xDC1991) is known color: Medium Violet Red. HEX triplet: DC, 19 and 91. RGB value is (220,25,145). Sum of RGB (Red+Green+Blue) = 220+25+145=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1991 is #23E66E. Grayscale: #606060. Windows color (decimal): -2352751 or 9509340. OLE color: 9509340.

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

Color convert

RGB 220 25 145 -
CMYK 0 0.89 0.34 0.14
HSL 323.08º 0.8% 0.48% -
HSV(B) 323.08º 0.89% 0.86% -
XYZ 34.97 17.96 28.41 -
YUV 96.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 220 25 145 0 0.89 0.34 0.14 323.08 0.8 0.48
Hex DC 19 91 0 59 22 E 143 50 30
Octal 334 31 221 0 131 42 16 503 120 60
Binary 11011100 11001 10010001 0 1011001 100010 1110 101000011 1010000 110000

Color Harmonies of #DC1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1991

Black with #DC1991

Text Example


Text Example

White with #DC1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1991; }

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

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

background-color css

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

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

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

border-color css

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

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

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