#DE1092

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

Shades of Medium Violet Red #DE1092

Tints of Medium Violet Red #DE1092

Color information

#DE1092 (or 0xDE1092) is unknown color: approx Medium Violet Red. HEX triplet: DE, 10 and 92. RGB value is (222,16,146). Sum of RGB (Red+Green+Blue) = 222+16+146=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1092 is #21EF6D. Grayscale: #5C5C5C. Windows color (decimal): -2223982 or 9572574. OLE color: 9572574.

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

Color convert

RGB22216146-
CMYK00.930.340.13
HSL322.14º86.55%46.67%-
HSV(B)322.14º92.79%87.06%-
XYZ35.517.9828.79-
YUV92.41158.25220.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 16 (6.64% from 255) = 4.17%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=57.81%
G=4.17%
B=38.02%

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
Decimal2221614600.930.340.13322.1486.5546.67
HexDE109205D22D142572f
Octal336202220135421550212757
Binary1101111010000100100100101110110001011011010000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1092; }

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

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

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

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

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

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

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

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