#DC197C

Color #DC197C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DC197C

Tints of Medium Violet Red #DC197C

Color information

#DC197C (or 0xDC197C) is unknown color: approx 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

RGB22025124-
CMYK00.890.440.14
HSL329.54º79.59%48.04%-
HSV(B)329.54º88.64%86.27%-
XYZ33.517.3720.66-
YUV94.59144.6217.45-

RGB Variations

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

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.60%
R=59.62%
G=6.78%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202512400.890.440.14329.5479.5948.04
HexDC197C0592CE14a5030
Octal334311740131541651212060
Binary110111001100111111000101100110110011101010010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>