Html Css Color HEX #DF60AC Hot Pink

📋 copy color: '#DF60AC'

red 223 ◦ green 96 ◦ blue 172

#DF60AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DF60AC

Tints of Hot Pink #DF60AC

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 value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF60AC (or 0xDF60AC) is known color: 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

RGB 223 96 172 -
CMYK 0 0.57 0.23 0.13
HSL 324.09º 0.66% 0.63% -
HSV(B) 324.09º 0.57% 0.87% -
XYZ 42.06 27.03 42.03 -
YUV 142.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 223 96 172 0 0.57 0.23 0.13 324.09 0.66 0.63
Hex DF 60 AC 0 39 17 D 144 42 3F
Octal 337 140 254 0 71 27 15 504 102 77
Binary 11011111 1100000 10101100 0 111001 10111 1101 101000100 1000010 111111

Color Harmonies of #DF60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60AC

Black with #DF60AC

Text Example


Text Example

White with #DF60AC

Text Example


Text Example

HTML Codes & Css Web 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>