#DE0F91

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

Shades of Medium Violet Red #DE0F91

Tints of Medium Violet Red #DE0F91

Color information

#DE0F91 (or 0xDE0F91) is unknown color: approx Medium Violet Red. HEX triplet: DE, 0F and 91. RGB value is (222,15,145). Sum of RGB (Red+Green+Blue) = 222+15+145=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0F91 is #21F06E. Grayscale: #5B5B5B. Windows color (decimal): -2224239 or 9506782. OLE color: 9506782.

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

Color convert

RGB22215145-
CMYK00.930.350.13
HSL322.32º87.34%46.47%-
HSV(B)322.32º93.24%87.06%-
XYZ35.4117.9228.38-
YUV91.71158.08220.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.12%
GREEN value IS 15 (6.25% from 255) = 3.93%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=58.12%
G=3.93%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221514500.930.350.13322.3287.3446.47
HexDEF9105D23D142572e
Octal336172210135431550212756
Binary110111101111100100010101110110001111011010000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0F91; }

 p { color: rgb(222,15,145); }

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

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

 a { background-color: rgb(222,15,145); }

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

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

 span { border-color: rgb(222,15,145); }

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