#DC1181

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

Shades of Medium Violet Red #DC1181

Tints of Medium Violet Red #DC1181

Color information

#DC1181 (or 0xDC1181) is unknown color: approx Medium Violet Red. HEX triplet: DC, 11 and 81. RGB value is (220,17,129). Sum of RGB (Red+Green+Blue) = 220+17+129=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1181 is #23EE7E. Grayscale: #5A5A5A. Windows color (decimal): -2354815 or 8458716. OLE color: 8458716.

HSL color Cylindrical-coordinate representation of color #DC1181: hue angle of 326.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1181 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB22017129-
CMYK00.920.410.14
HSL326.9º85.65%46.47%-
HSV(B)326.9º92.27%86.27%-
XYZ33.6817.222.31-
YUV90.46149.75220.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 17 (7.03% from 255) = 4.64%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=60.11%
G=4.64%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201712900.920.410.14326.985.6546.47
HexDC118105C29E147562e
Octal334212010134511650712656
Binary1101110010001100000010101110010100111101010001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1181; }

 p { color: rgb(220,17,129); }

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

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

 a { background-color: rgb(220,17,129); }

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

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

 span { border-color: rgb(220,17,129); }

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