#DF60AC

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

Shades of Hot Pink #DF60AC

Tints of Hot Pink #DF60AC

Color information

#DF60AC (or 0xDF60AC) is unknown color: approx Hot Pink. HEX triplet: DF, 60 and AC. RGB value is (223,96,172). Sum of RGB (Red+Green+Blue) = 223+96+172=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60AC is #209F53. Grayscale: #8E8E8E. Windows color (decimal): -2137940 or 11296991. OLE color: 11296991.

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

Color convert

RGB22396172-
CMYK00.570.230.13
HSL324.09º66.49%62.55%-
HSV(B)324.09º56.95%87.45%-
XYZ42.0627.0342.03-
YUV142.64144.58185.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=45.42%
G=19.55%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239617200.570.230.13324.0966.4962.55
HexDF60AC03917D144423f
Octal337140254071271550410277
Binary1101111111000001010110001110011011111011010001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF60AC; }

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

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

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

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

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

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

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

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