#DF1082

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

Shades of Medium Violet Red #DF1082

Tints of Medium Violet Red #DF1082

Color information

#DF1082 (or 0xDF1082) is unknown color: approx Medium Violet Red. HEX triplet: DF, 10 and 82. RGB value is (223,16,130). Sum of RGB (Red+Green+Blue) = 223+16+130=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1082 is #20EF7D. Grayscale: #5A5A5A. Windows color (decimal): -2158462 or 8523999. OLE color: 8523999.

HSL color Cylindrical-coordinate representation of color #DF1082: hue angle of 326.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1082 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB22316130-
CMYK00.930.420.13
HSL326.96º86.61%46.86%-
HSV(B)326.96º92.83%87.45%-
XYZ34.6517.6722.7-
YUV90.89150.08222.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 16 (6.64% from 255) = 4.34%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=60.43%
G=4.34%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231613000.930.420.13326.9686.6146.86
HexDF108205D2AD147572f
Octal337202020135521550712757
Binary1101111110000100000100101110110101011011010001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1082; }

 p { color: rgb(223,16,130); }

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

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

 a { background-color: rgb(223,16,130); }

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

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

 span { border-color: rgb(223,16,130); }

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