#DF64AE

Color #DF64AE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DF64AE

Tints of Hot Pink #DF64AE

Color information

#DF64AE (or 0xDF64AE) is unknown color: approx Hot Pink. HEX triplet: DF, 64 and AE. RGB value is (223,100,174). Sum of RGB (Red+Green+Blue) = 223+100+174=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64AE is #209B51. Grayscale: #919191. Windows color (decimal): -2136914 or 11429087. OLE color: 11429087.

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

Color convert

RGB223100174-
CMYK00.550.220.13
HSL323.9º65.78%63.33%-
HSV(B)323.9º55.16%87.45%-
XYZ42.6327.8643.17-
YUV145.21144.25183.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=44.87%
G=20.12%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310017400.550.220.13323.965.7863.33
HexDF64AE03716D144423f
Octal337144256067261550410277
Binary1101111111001001010111001101111011011011010001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64AE; }

 p { color: rgb(223,100,174); }

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

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

 a { background-color: rgb(223,100,174); }

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

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

 span { border-color: rgb(223,100,174); }

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