#DE6E94

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

Shades of Pale Violet Red #DE6E94

Tints of Pale Violet Red #DE6E94

Color information

#DE6E94 (or 0xDE6E94) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6E and 94. RGB value is (222,110,148). Sum of RGB (Red+Green+Blue) = 222+110+148=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6E94 is #21916B. Grayscale: #939393. Windows color (decimal): -2199916 or 9727710. OLE color: 9727710.

HSL color Cylindrical-coordinate representation of color #DE6E94: hue angle of 339.64º degrees, saturation: 0.63, 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 #DE6E94 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222110148-
CMYK00.500.330.13
HSL339.64º62.92%65.1%-
HSV(B)339.64º50.45%87.06%-
XYZ41.0528.8231.42-
YUV147.82128.11180.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=46.25%
G=22.92%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211014800.500.330.13339.6462.9265.1
HexDE6E9403221D1543f41
Octal336156224062411552477101
Binary11011110110111010010100011001010000111011010101001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6E94; }

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

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

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

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

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

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

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

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