#DE7091

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

Shades of Pale Violet Red #DE7091

Tints of Pale Violet Red #DE7091

Color information

#DE7091 (or 0xDE7091) is unknown color: approx Pale Violet Red. HEX triplet: DE, 70 and 91. RGB value is (222,112,145). Sum of RGB (Red+Green+Blue) = 222+112+145=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7091 is #218F6E. Grayscale: #949494. Windows color (decimal): -2199407 or 9531614. OLE color: 9531614.

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

Color convert

RGB222112145-
CMYK00.500.350.13
HSL342º62.5%65.49%-
HSV(B)342º49.55%87.06%-
XYZ41.0329.1630.25-
YUV148.65125.94180.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=46.35%
G=23.38%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211214500.500.350.1334262.565.49
HexDE709103223D1563e41
Octal336160221062431552676101
Binary11011110111000010010001011001010001111011010101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7091; }

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

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

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

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

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

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

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

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