Html Css Color HEX #DC199C Medium Violet Red

📋 copy color: '#DC199C'

red 220 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #DC199C

Tints of Medium Violet Red #DC199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 54.86%
G = 6.23%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC199C (or 0xDC199C) is known color: Medium Violet Red. HEX triplet: DC, 19 and 9C. RGB value is (220,25,156). Sum of RGB (Red+Green+Blue) = 220+25+156=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC199C is #23E663. Grayscale: #616161. Windows color (decimal): -2352740 or 10230236. OLE color: 10230236.

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

Color convert

RGB 220 25 156 -
CMYK 0 0.89 0.29 0.14
HSL 319.69º 0.8% 0.48% -
HSV(B) 319.69º 0.89% 0.86% -
XYZ 35.86 18.31 33.1 -
YUV 98.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 220 25 156 0 0.89 0.29 0.14 319.69 0.8 0.48
Hex DC 19 9C 0 59 1D E 140 50 30
Octal 334 31 234 0 131 35 16 500 120 60
Binary 11011100 11001 10011100 0 1011001 11101 1110 101000000 1010000 110000

Color Harmonies of #DC199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC199C

Black with #DC199C

Text Example


Text Example

White with #DC199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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