#DE0F92

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

Shades of Medium Violet Red #DE0F92

Tints of Medium Violet Red #DE0F92

Color information

#DE0F92 (or 0xDE0F92) is unknown color: approx Medium Violet Red. HEX triplet: DE, 0F and 92. RGB value is (222,15,146). Sum of RGB (Red+Green+Blue) = 222+15+146=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0F92 is #21F06D. Grayscale: #5B5B5B. Windows color (decimal): -2224238 or 9572318. OLE color: 9572318.

HSL color Cylindrical-coordinate representation of color #DE0F92: hue angle of 322.03º 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 #DE0F92 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22215146-
CMYK00.930.340.13
HSL322.03º87.34%46.47%-
HSV(B)322.03º93.24%87.06%-
XYZ35.4817.9528.79-
YUV91.83158.58220.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.96%
GREEN value IS 15 (6.25% from 255) = 3.92%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=57.96%
G=3.92%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221514600.930.340.13322.0387.3446.47
HexDEF9205D22D142572e
Octal336172220135421550212756
Binary110111101111100100100101110110001011011010000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0F92; }

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

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

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

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

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

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

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

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