#DE64A5

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

Shades of Pale Violet Red #DE64A5

Tints of Pale Violet Red #DE64A5

Color information

#DE64A5 (or 0xDE64A5) is unknown color: approx Pale Violet Red. HEX triplet: DE, 64 and A5. RGB value is (222,100,165). Sum of RGB (Red+Green+Blue) = 222+100+165=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE64A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE64A5 is #219B5A. Grayscale: #8F8F8F. Windows color (decimal): -2202459 or 10839262. OLE color: 10839262.

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

Color convert

RGB222100165-
CMYK00.550.260.13
HSL328.03º64.89%63.14%-
HSV(B)328.03º54.95%87.06%-
XYZ41.4727.3638.69-
YUV143.89139.92183.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=45.59%
G=20.53%
B=33.88%

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
Decimal22210016500.550.260.13328.0364.8963.14
HexDE64A50371AD148413f
Octal336144245067321551010177
Binary1101111011001001010010101101111101011011010010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE64A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE64A5; }

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

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

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

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

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

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

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

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