#DE0989

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

Shades of Medium Violet Red #DE0989

Tints of Medium Violet Red #DE0989

Color information

#DE0989 (or 0xDE0989) is unknown color: approx Medium Violet Red. HEX triplet: DE, 09 and 89. RGB value is (222,9,137). Sum of RGB (Red+Green+Blue) = 222+9+137=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0989 is #21F676. Grayscale: #565656. Windows color (decimal): -2225783 or 8980958. OLE color: 8980958.

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

Color convert

RGB2229137-
CMYK00.960.380.13
HSL323.94º92.21%45.29%-
HSV(B)323.94º95.95%87.06%-
XYZ34.7417.5325.22-
YUV87.28156.07224.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.33%
GREEN value IS 9 (3.91% from 255) = 2.45%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=60.33%
G=2.45%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222913700.960.380.13323.9492.2145.29
HexDE98906026D1445c2d
Octal336112110140461550413455
Binary110111101001100010010110000010011011011010001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0989; }

 p { color: rgb(222,9,137); }

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

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

 a { background-color: rgb(222,9,137); }

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

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

 span { border-color: rgb(222,9,137); }

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