#DE64A4

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

Shades of Pale Violet Red #DE64A4

Tints of Pale Violet Red #DE64A4

Color information

#DE64A4 (or 0xDE64A4) is unknown color: approx Pale Violet Red. HEX triplet: DE, 64 and A4. RGB value is (222,100,164). Sum of RGB (Red+Green+Blue) = 222+100+164=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE64A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE64A4 is #219B5B. Grayscale: #8F8F8F. Windows color (decimal): -2202460 or 10773726. OLE color: 10773726.

HSL color Cylindrical-coordinate representation of color #DE64A4: hue angle of 328.52º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE64A4 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222100164-
CMYK00.550.260.13
HSL328.52º64.89%63.14%-
HSV(B)328.52º54.95%87.06%-
XYZ41.3827.3238.21-
YUV143.77139.42183.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=45.68%
G=20.58%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210016400.550.260.13328.5264.8963.14
HexDE64A40371AD149413f
Octal336144244067321551110177
Binary1101111011001001010010001101111101011011010010011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE64A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE64A4; }

 p { color: rgb(222,100,164); }

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

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

 a { background-color: rgb(222,100,164); }

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

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

 span { border-color: rgb(222,100,164); }

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