Html Css Color HEX #DF5DAC Hot Pink

📋 copy color: '#DF5DAC'

red 223 ◦ green 93 ◦ blue 172

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

Shades of Hot Pink #DF5DAC

Tints of Hot Pink #DF5DAC

RGB

 RED value IS 223 (87.5% from 255) = 45.7%

 GREEN value IS 93 (36.72% from 255) = 19.06%

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 45.7%
G = 19.06%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF5DAC (or 0xDF5DAC) is known color: Hot Pink. HEX triplet: DF, 5D and AC. RGB value is (223,93,172). Sum of RGB (Red+Green+Blue) = 223+93+172=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5DAC is #20A253. Grayscale: #8C8C8C. Windows color (decimal): -2138708 or 11296223. OLE color: 11296223.

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

Color convert

RGB 223 93 172 -
CMYK 0 0.58 0.23 0.13
HSL 323.54º 0.67% 0.62% -
HSV(B) 323.54º 0.58% 0.87% -
XYZ 41.79 26.5 41.94 -
YUV 140.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 223 93 172 0 0.58 0.23 0.13 323.54 0.67 0.62
Hex DF 5D AC 0 3A 17 D 144 43 3E
Octal 337 135 254 0 72 27 15 504 103 76
Binary 11011111 1011101 10101100 0 111010 10111 1101 101000100 1000011 111110

Color Harmonies of #DF5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DAC

Black with #DF5DAC

Text Example


Text Example

White with #DF5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DAC; }

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

 H1.HeaderClassName
 {
   color: #DF5DAC;
 }
 .AnyTagClassName
 {
   color: #DF5DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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