Html Css Color HEX #DC197C Medium Violet Red

📋 copy color: '#DC197C'

red 220 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #DC197C

Tints of Medium Violet Red #DC197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 59.62%
G = 6.78%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC197C (or 0xDC197C) is known color: Medium Violet Red. HEX triplet: DC, 19 and 7C. RGB value is (220,25,124). Sum of RGB (Red+Green+Blue) = 220+25+124=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC197C is #23E683. Grayscale: #5E5E5E. Windows color (decimal): -2352772 or 8133084. OLE color: 8133084.

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

Color convert

RGB 220 25 124 -
CMYK 0 0.89 0.44 0.14
HSL 329.54º 0.8% 0.48% -
HSV(B) 329.54º 0.89% 0.86% -
XYZ 33.5 17.37 20.66 -
YUV 94.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 220 25 124 0 0.89 0.44 0.14 329.54 0.8 0.48
Hex DC 19 7C 0 59 2C E 14A 50 30
Octal 334 31 174 0 131 54 16 512 120 60
Binary 11011100 11001 1111100 0 1011001 101100 1110 101001010 1010000 110000

Color Harmonies of #DC197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC197C

Black with #DC197C

Text Example


Text Example

White with #DC197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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