#DF0386

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

Shades of Medium Violet Red #DF0386

Tints of Medium Violet Red #DF0386

Color information

#DF0386 (or 0xDF0386) is unknown color: approx Medium Violet Red. HEX triplet: DF, 03 and 86. RGB value is (223,3,134). Sum of RGB (Red+Green+Blue) = 223+3+134=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0386 is #20FC79. Grayscale: #535353. Windows color (decimal): -2161786 or 8782815. OLE color: 8782815.

HSL color Cylindrical-coordinate representation of color #DF0386: hue angle of 324.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0386 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB2233134-
CMYK00.990.400.13
HSL324.27º97.35%44.31%-
HSV(B)324.27º98.65%87.45%-
XYZ34.7717.4724.09-
YUV83.71156.39227.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.94%
GREEN value IS 3 (1.56% from 255) = 0.83%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=61.94%
G=0.83%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223313400.990.400.13324.2797.3544.31
HexDF38606328D144612c
Octal33732060143501550414154
Binary1101111111100001100110001110100011011010001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0386; }

 p { color: rgb(223,3,134); }

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

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

 a { background-color: rgb(223,3,134); }

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

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

 span { border-color: rgb(223,3,134); }

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