Html Css Color HEX #DF5EAC Hot Pink

📋 copy color: '#DF5EAC'

red 223 ◦ green 94 ◦ blue 172

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

Shades of Hot Pink #DF5EAC

Tints of Hot Pink #DF5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

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

R = 45.6%
G = 19.22%
B = 35.17%

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

#DF5EAC (or 0xDF5EAC) is known color: Hot Pink. HEX triplet: DF, 5E and AC. RGB value is (223,94,172). Sum of RGB (Red+Green+Blue) = 223+94+172=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EAC is #20A153. Grayscale: #8D8D8D. Windows color (decimal): -2138452 or 11296479. OLE color: 11296479.

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

Color convert

RGB 223 94 172 -
CMYK 0 0.58 0.23 0.13
HSL 323.72º 0.67% 0.62% -
HSV(B) 323.72º 0.58% 0.87% -
XYZ 41.88 26.67 41.97 -
YUV 141.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 223 94 172 0 0.58 0.23 0.13 323.72 0.67 0.62
Hex DF 5E AC 0 3A 17 D 144 43 3E
Octal 337 136 254 0 72 27 15 504 103 76
Binary 11011111 1011110 10101100 0 111010 10111 1101 101000100 1000011 111110

Color Harmonies of #DF5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EAC

Black with #DF5EAC

Text Example


Text Example

White with #DF5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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