#DE1094

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

Shades of Medium Violet Red #DE1094

Tints of Medium Violet Red #DE1094

Color information

#DE1094 (or 0xDE1094) is unknown color: approx Medium Violet Red. HEX triplet: DE, 10 and 94. RGB value is (222,16,148). Sum of RGB (Red+Green+Blue) = 222+16+148=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1094 is #21EF6B. Grayscale: #5C5C5C. Windows color (decimal): -2223980 or 9703646. OLE color: 9703646.

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

Color convert

RGB22216148-
CMYK00.930.330.13
HSL321.55º86.55%46.67%-
HSV(B)321.55º92.79%87.06%-
XYZ35.6518.0429.62-
YUV92.64159.25220.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.51%
GREEN value IS 16 (6.64% from 255) = 4.15%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=57.51%
G=4.15%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221614800.930.330.13321.5586.5546.67
HexDE109405D21D142572f
Octal336202240135411550212757
Binary1101111010000100101000101110110000111011010000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1094; }

 p { color: rgb(222,16,148); }

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

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

 a { background-color: rgb(222,16,148); }

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

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

 span { border-color: rgb(222,16,148); }

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