#DE78AA

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

Shades of Pale Violet Red #DE78AA

Tints of Pale Violet Red #DE78AA

Color information

#DE78AA (or 0xDE78AA) is unknown color: approx Pale Violet Red. HEX triplet: DE, 78 and AA. RGB value is (222,120,170). Sum of RGB (Red+Green+Blue) = 222+120+170=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE78AA is #218755. Grayscale: #9C9C9C. Windows color (decimal): -2197334 or 11172062. OLE color: 11172062.

HSL color Cylindrical-coordinate representation of color #DE78AA: hue angle of 330.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE78AA is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222120170-
CMYK00.460.230.13
HSL330.59º60.71%67.06%-
HSV(B)330.59º45.95%87.06%-
XYZ44.131.8641.86-
YUV156.2135.79174.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=43.36%
G=23.44%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212017000.460.230.13330.5960.7167.06
HexDE78AA02E17D14b3d43
Octal336170252056271551375103
Binary1101111011110001010101001011101011111011010010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78AA; }

 p { color: rgb(222,120,170); }

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

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

 a { background-color: rgb(222,120,170); }

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

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

 span { border-color: rgb(222,120,170); }

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