Html Css Color HEX #DC1190 Medium Violet Red

📋 copy color: '#DC1190'

red 220 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #DC1190

Tints of Medium Violet Red #DC1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.46%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 57.74%
G = 4.46%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC1190 (or 0xDC1190) is known color: Medium Violet Red. HEX triplet: DC, 11 and 90. RGB value is (220,17,144). Sum of RGB (Red+Green+Blue) = 220+17+144=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1190 is #23EE6F. Grayscale: #5B5B5B. Windows color (decimal): -2354800 or 9441756. OLE color: 9441756.

HSL color Cylindrical-coordinate representation of color #DC1190: hue angle of 322.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1190 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 144 -
CMYK 0 0.92 0.35 0.14
HSL 322.46º 0.86% 0.46% -
HSV(B) 322.46º 0.92% 0.86% -
XYZ 34.75 17.63 27.96 -
YUV 92.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 220 17 144 0 0.92 0.35 0.14 322.46 0.86 0.46
Hex DC 11 90 0 5C 23 E 142 56 2E
Octal 334 21 220 0 134 43 16 502 126 56
Binary 11011100 10001 10010000 0 1011100 100011 1110 101000010 1010110 101110

Color Harmonies of #DC1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1190

Black with #DC1190

Text Example


Text Example

White with #DC1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1190; }

 p { color: rgb(220,17,144); }

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

background-color css

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

 a { background-color: rgb(220,17,144); }

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

border-color css

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

 span { border-color: rgb(220,17,144); }

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