#DC1979

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

Shades of Medium Violet Red #DC1979

Tints of Medium Violet Red #DC1979

Color information

#DC1979 (or 0xDC1979) is unknown color: approx Medium Violet Red. HEX triplet: DC, 19 and 79. RGB value is (220,25,121). Sum of RGB (Red+Green+Blue) = 220+25+121=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1979 is #23E686. Grayscale: #5E5E5E. Windows color (decimal): -2352775 or 7936476. OLE color: 7936476.

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

Color convert

RGB22025121-
CMYK00.890.450.14
HSL330.46º79.59%48.04%-
HSV(B)330.46º88.64%86.27%-
XYZ33.3117.2919.67-
YUV94.25143.1217.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 25 (10.16% from 255) = 6.83%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=60.11%
G=6.83%
B=33.06%

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
Decimal2202512100.890.450.14330.4679.5948.04
HexDC19790592DE14a5030
Octal334311710131551651212060
Binary110111001100111110010101100110110111101010010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1979; }

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

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

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

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

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

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

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

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