#DF1083

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

Shades of Medium Violet Red #DF1083

Tints of Medium Violet Red #DF1083

Color information

#DF1083 (or 0xDF1083) is unknown color: approx Medium Violet Red. HEX triplet: DF, 10 and 83. RGB value is (223,16,131). Sum of RGB (Red+Green+Blue) = 223+16+131=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1083 is #20EF7C. Grayscale: #5A5A5A. Windows color (decimal): -2158461 or 8589535. OLE color: 8589535.

HSL color Cylindrical-coordinate representation of color #DF1083: hue angle of 326.67º 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 #DF1083 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22316131-
CMYK00.930.410.13
HSL326.67º86.61%46.86%-
HSV(B)326.67º92.83%87.45%-
XYZ34.7117.723.06-
YUV91150.58222.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.27%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=60.27%
G=4.32%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231613100.930.410.13326.6786.6146.86
HexDF108305D29D147572f
Octal337202030135511550712757
Binary1101111110000100000110101110110100111011010001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1083; }

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

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

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

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

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

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

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

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