#DE64A9

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

Shades of Pale Violet Red #DE64A9

Tints of Pale Violet Red #DE64A9

Color information

#DE64A9 (or 0xDE64A9) is unknown color: approx Pale Violet Red. HEX triplet: DE, 64 and A9. RGB value is (222,100,169). Sum of RGB (Red+Green+Blue) = 222+100+169=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE64A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE64A9 is #219B56. Grayscale: #909090. Windows color (decimal): -2202455 or 11101406. OLE color: 11101406.

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

Color convert

RGB222100169-
CMYK00.550.240.13
HSL326.07º64.89%63.14%-
HSV(B)326.07º54.95%87.06%-
XYZ41.8427.5140.64-
YUV144.34141.92183.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=45.21%
G=20.37%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210016900.550.240.13326.0764.8963.14
HexDE64A903718D146413f
Octal336144251067301550610177
Binary1101111011001001010100101101111100011011010001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE64A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE64A9; }

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

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

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

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

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

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

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

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