#DE76A9

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

Shades of Pale Violet Red #DE76A9

Tints of Pale Violet Red #DE76A9

Color information

#DE76A9 (or 0xDE76A9) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and A9. RGB value is (222,118,169). Sum of RGB (Red+Green+Blue) = 222+118+169=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE76A9 is #218956. Grayscale: #9A9A9A. Windows color (decimal): -2197847 or 11106014. OLE color: 11106014.

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

Color convert

RGB222118169-
CMYK00.470.240.13
HSL330.58º61.18%66.67%-
HSV(B)330.58º46.85%87.06%-
XYZ43.7631.3541.28-
YUV154.91135.96175.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=43.61%
G=23.18%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211816900.470.240.13330.5861.1866.67
HexDE76A902F18D14b3d43
Octal336166251057301551375103
Binary1101111011101101010100101011111100011011010010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76A9; }

 p { color: rgb(222,118,169); }

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

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

 a { background-color: rgb(222,118,169); }

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

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

 span { border-color: rgb(222,118,169); }

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