Html Css Color HEX #DF5EAE Hot Pink

📋 copy color: '#DF5EAE'

red 223 ◦ green 94 ◦ blue 174

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

Shades of Hot Pink #DF5EAE

Tints of Hot Pink #DF5EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.44%

R = 45.42%
G = 19.14%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF5EAE (or 0xDF5EAE) is known color: Hot Pink. HEX triplet: DF, 5E and AE. RGB value is (223,94,174). Sum of RGB (Red+Green+Blue) = 223+94+174=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EAE is #20A151. Grayscale: #8D8D8D. Windows color (decimal): -2138450 or 11427551. OLE color: 11427551.

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

Color convert

RGB 223 94 174 -
CMYK 0 0.58 0.22 0.13
HSL 322.79º 0.67% 0.62% -
HSV(B) 322.79º 0.58% 0.87% -
XYZ 42.07 26.75 42.99 -
YUV 141.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 223 94 174 0 0.58 0.22 0.13 322.79 0.67 0.62
Hex DF 5E AE 0 3A 16 D 143 43 3E
Octal 337 136 256 0 72 26 15 503 103 76
Binary 11011111 1011110 10101110 0 111010 10110 1101 101000011 1000011 111110

Color Harmonies of #DF5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EAE

Black with #DF5EAE

Text Example


Text Example

White with #DF5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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