#DF60AA

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

Shades of Hot Pink #DF60AA

Tints of Hot Pink #DF60AA

Color information

#DF60AA (or 0xDF60AA) is unknown color: approx Hot Pink. HEX triplet: DF, 60 and AA. RGB value is (223,96,170). Sum of RGB (Red+Green+Blue) = 223+96+170=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60AA is #209F55. Grayscale: #8E8E8E. Windows color (decimal): -2137942 or 11165919. OLE color: 11165919.

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

Color convert

RGB22396170-
CMYK00.570.240.13
HSL325.04º66.49%62.55%-
HSV(B)325.04º56.95%87.45%-
XYZ41.8726.9641.03-
YUV142.41143.58185.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=45.60%
G=19.63%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239617000.570.240.13325.0466.4962.55
HexDF60AA03918D145423f
Octal337140252071301550510277
Binary1101111111000001010101001110011100011011010001011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF60AA; }

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

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

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

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

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

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

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

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