#DE7494

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

Shades of Pale Violet Red #DE7494

Tints of Pale Violet Red #DE7494

Color information

#DE7494 (or 0xDE7494) is unknown color: approx Pale Violet Red. HEX triplet: DE, 74 and 94. RGB value is (222,116,148). Sum of RGB (Red+Green+Blue) = 222+116+148=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7494 is #218B6B. Grayscale: #979797. Windows color (decimal): -2198380 or 9729246. OLE color: 9729246.

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

Color convert

RGB222116148-
CMYK00.480.330.13
HSL341.89º61.63%66.27%-
HSV(B)341.89º47.75%87.06%-
XYZ41.7130.1631.64-
YUV151.34126.12178.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=45.68%
G=23.87%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211614800.480.330.13341.8961.6366.27
HexDE749403021D1563e42
Octal336164224060411552676102
Binary11011110111010010010100011000010000111011010101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7494; }

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

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

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

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

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

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

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

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