#DC197A

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

Shades of Medium Violet Red #DC197A

Tints of Medium Violet Red #DC197A

Color information

#DC197A (or 0xDC197A) is unknown color: approx Medium Violet Red. HEX triplet: DC, 19 and 7A. RGB value is (220,25,122). Sum of RGB (Red+Green+Blue) = 220+25+122=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC197A is #23E685. Grayscale: #5E5E5E. Windows color (decimal): -2352774 or 8002012. OLE color: 8002012.

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

Color convert

RGB22025122-
CMYK00.890.450.14
HSL330.15º79.59%48.04%-
HSV(B)330.15º88.64%86.27%-
XYZ33.3817.3220-
YUV94.36143.6217.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 25 (10.16% from 255) = 6.81%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=59.95%
G=6.81%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202512200.890.450.14330.1579.5948.04
HexDC197A0592DE14a5030
Octal334311720131551651212060
Binary110111001100111110100101100110110111101010010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC197A; }

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

 H1.HeaderClassName
 {
   color: #DC197A;
 }
 .AnyTagClassName
 {
   color: #DC197A;
 }
</style>
background-color css

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

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

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

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

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

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