#DE0081

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

Shades of Medium Violet Red #DE0081

Tints of Medium Violet Red #DE0081

Color information

#DE0081 (or 0xDE0081) is unknown color: approx Medium Violet Red. HEX triplet: DE, 00 and 81. RGB value is (222,0,129). Sum of RGB (Red+Green+Blue) = 222+0+129=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0081 is #21FF7E. Grayscale: #505050. Windows color (decimal): -2228095 or 8454366. OLE color: 8454366.

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

Color convert

RGB2220129-
CMYK010.420.13
HSL325.14º100%43.53%-
HSV(B)325.14º100%87.06%-
XYZ34.0917.1122.28-
YUV81.08155.05228.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=63.25%
G=0%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2220129010.420.13325.1410043.53
HexDE0810642AD145642c
Octal33602010144521550514454
Binary110111100100000010110010010101011011010001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0081; }

 p { color: rgb(222,0,129); }

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

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

 a { background-color: rgb(222,0,129); }

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

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

 span { border-color: rgb(222,0,129); }

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