Html Css Color HEX #DF5DAE Hot Pink

📋 copy color: '#DF5DAE'

red 223 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #DF5DAE

Tints of Hot Pink #DF5DAE

RGB

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

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

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

R = 45.51%
G = 18.98%
B = 35.51%

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

#DF5DAE (or 0xDF5DAE) is known color: Hot Pink. HEX triplet: DF, 5D and AE. RGB value is (223,93,174). Sum of RGB (Red+Green+Blue) = 223+93+174=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5DAE is #20A251. Grayscale: #8C8C8C. Windows color (decimal): -2138706 or 11427295. OLE color: 11427295.

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

Color convert

RGB 223 93 174 -
CMYK 0 0.58 0.22 0.13
HSL 322.62º 0.67% 0.62% -
HSV(B) 322.62º 0.58% 0.87% -
XYZ 41.99 26.57 42.96 -
YUV 141.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 223 93 174 0 0.58 0.22 0.13 322.62 0.67 0.62
Hex DF 5D AE 0 3A 16 D 143 43 3E
Octal 337 135 256 0 72 26 15 503 103 76
Binary 11011111 1011101 10101110 0 111010 10110 1101 101000011 1000011 111110

Color Harmonies of #DF5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DAE

Black with #DF5DAE

Text Example


Text Example

White with #DF5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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