#de6ead

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

Shades of Pale Violet Red #DE6EAD

Tints of Pale Violet Red #DE6EAD

Color information

#DE6EAD (or 0xDE6EAD) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6E and AD. RGB value is (222,110,173). Sum of RGB (Red+Green+Blue) = 222+110+173=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6EAD is #219152. Grayscale: #969696. Windows color (decimal): -2199891 or 11366110. OLE color: 11366110.

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

Color convert

RGB222110173-
CMYK00.500.220.13
HSL326.25º62.92%65.1%-
HSV(B)326.25º50.45%87.06%-
XYZ43.2429.742.99-
YUV150.67140.61178.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=43.96%
G=21.78%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211017300.500.220.13326.2562.9265.1
HexDE6EAD03216D1463f41
Octal336156255062261550677101
Binary1101111011011101010110101100101011011011010001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6ead; }

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

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

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

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

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

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

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

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