#DE0586

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

Shades of Medium Violet Red #DE0586

Tints of Medium Violet Red #DE0586

Color information

#DE0586 (or 0xDE0586) is unknown color: approx Medium Violet Red. HEX triplet: DE, 05 and 86. RGB value is (222,5,134). Sum of RGB (Red+Green+Blue) = 222+5+134=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0586 is #21FA79. Grayscale: #545454. Windows color (decimal): -2226810 or 8783326. OLE color: 8783326.

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

Color convert

RGB2225134-
CMYK00.980.400.13
HSL324.33º95.59%44.51%-
HSV(B)324.33º97.75%87.06%-
XYZ34.4817.3624.09-
YUV84.59155.89226.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.50%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=61.50%
G=1.39%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222513400.980.400.13324.3395.5944.51
HexDE58606228D144602d
Octal33652060142501550414055
Binary11011110101100001100110001010100011011010001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0586; }

 p { color: rgb(222,5,134); }

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

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

 a { background-color: rgb(222,5,134); }

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

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

 span { border-color: rgb(222,5,134); }

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