#DC198A

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

Shades of Medium Violet Red #DC198A

Tints of Medium Violet Red #DC198A

Color information

#DC198A (or 0xDC198A) is unknown color: approx Medium Violet Red. HEX triplet: DC, 19 and 8A. RGB value is (220,25,138). Sum of RGB (Red+Green+Blue) = 220+25+138=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC198A is #23E675. Grayscale: #5F5F5F. Windows color (decimal): -2352758 or 9050588. OLE color: 9050588.

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

Color convert

RGB22025138-
CMYK00.890.370.14
HSL325.23º79.59%48.04%-
HSV(B)325.23º88.64%86.27%-
XYZ34.4517.7525.65-
YUV96.19151.6216.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.44%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=57.44%
G=6.53%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202513800.890.370.14325.2379.5948.04
HexDC198A05925E1455030
Octal334312120131451650512060
Binary1101110011001100010100101100110010111101010001011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC198A; }

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

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

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

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

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

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

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

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