#DF1084

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

Shades of Medium Violet Red #DF1084

Tints of Medium Violet Red #DF1084

Color information

#DF1084 (or 0xDF1084) is unknown color: approx Medium Violet Red. HEX triplet: DF, 10 and 84. RGB value is (223,16,132). Sum of RGB (Red+Green+Blue) = 223+16+132=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1084 is #20EF7B. Grayscale: #5A5A5A. Windows color (decimal): -2158460 or 8655071. OLE color: 8655071.

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

Color convert

RGB22316132-
CMYK00.930.410.13
HSL326.38º86.61%46.86%-
HSV(B)326.38º92.83%87.45%-
XYZ34.7817.7223.42-
YUV91.12151.08222.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.11%
GREEN value IS 16 (6.64% from 255) = 4.31%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=60.11%
G=4.31%
B=35.58%

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
Decimal2231613200.930.410.13326.3886.6146.86
HexDF108405D29D146572f
Octal337202040135511550612757
Binary1101111110000100001000101110110100111011010001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1084; }

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

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

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

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

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

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

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

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