#DE77A8

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

Shades of Pale Violet Red #DE77A8

Tints of Pale Violet Red #DE77A8

Color information

#DE77A8 (or 0xDE77A8) is unknown color: approx Pale Violet Red. HEX triplet: DE, 77 and A8. RGB value is (222,119,168). Sum of RGB (Red+Green+Blue) = 222+119+168=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77A8 is #218857. Grayscale: #9B9B9B. Windows color (decimal): -2197592 or 11040734. OLE color: 11040734.

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

Color convert

RGB222119168-
CMYK00.460.240.13
HSL331.46º60.95%66.86%-
HSV(B)331.46º46.4%87.06%-
XYZ43.7931.5540.83-
YUV155.38135.12175.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=43.61%
G=23.38%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211916800.460.240.13331.4660.9566.86
HexDE77A802E18D14b3d43
Octal336167250056301551375103
Binary1101111011101111010100001011101100011011010010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77A8; }

 p { color: rgb(222,119,168); }

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

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

 a { background-color: rgb(222,119,168); }

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

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

 span { border-color: rgb(222,119,168); }

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