#DF65AC

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

Shades of Hot Pink #DF65AC

Tints of Hot Pink #DF65AC

Color information

#DF65AC (or 0xDF65AC) is unknown color: approx Hot Pink. HEX triplet: DF, 65 and AC. RGB value is (223,101,172). Sum of RGB (Red+Green+Blue) = 223+101+172=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65AC is #209A53. Grayscale: #919191. Windows color (decimal): -2136660 or 11298271. OLE color: 11298271.

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

Color convert

RGB223101172-
CMYK00.550.230.13
HSL325.08º65.59%63.53%-
HSV(B)325.08º54.71%87.45%-
XYZ42.5327.9742.19-
YUV145.57142.92183.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=44.96%
G=20.36%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310117200.550.230.13325.0865.5963.53
HexDF65AC03717D1454240
Octal3371452540672715505102100
Binary11011111110010110101100011011110111110110100010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65AC; }

 p { color: rgb(223,101,172); }

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

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

 a { background-color: rgb(223,101,172); }

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

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

 span { border-color: rgb(223,101,172); }

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