Html Css Color HEX #DC199E Medium Violet Red

📋 copy color: '#DC199E'

red 220 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #DC199E

Tints of Medium Violet Red #DC199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 54.59%
G = 6.2%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC199E (or 0xDC199E) is known color: Medium Violet Red. HEX triplet: DC, 19 and 9E. RGB value is (220,25,158). Sum of RGB (Red+Green+Blue) = 220+25+158=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC199E is #23E661. Grayscale: #626262. Windows color (decimal): -2352738 or 10361308. OLE color: 10361308.

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

Color convert

RGB 220 25 158 -
CMYK 0 0.89 0.28 0.14
HSL 319.08º 0.8% 0.48% -
HSV(B) 319.08º 0.89% 0.86% -
XYZ 36.03 18.38 34 -
YUV 98.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 220 25 158 0 0.89 0.28 0.14 319.08 0.8 0.48
Hex DC 19 9E 0 59 1C E 13F 50 30
Octal 334 31 236 0 131 34 16 477 120 60
Binary 11011100 11001 10011110 0 1011001 11100 1110 100111111 1010000 110000

Color Harmonies of #DC199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC199E

Black with #DC199E

Text Example


Text Example

White with #DC199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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