Html Css Color HEX #DF5CAD Hot Pink

📋 copy color: '#DF5CAD'

red 223 ◦ green 92 ◦ blue 173

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

Shades of Hot Pink #DF5CAD

Tints of Hot Pink #DF5CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 45.7%
G = 18.85%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF5CAD (or 0xDF5CAD) is known color: Hot Pink. HEX triplet: DF, 5C and AD. RGB value is (223,92,173). Sum of RGB (Red+Green+Blue) = 223+92+173=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5CAD is #20A352. Grayscale: #8C8C8C. Windows color (decimal): -2138963 or 11361503. OLE color: 11361503.

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

Color convert

RGB 223 92 173 -
CMYK 0 0.59 0.22 0.13
HSL 322.9º 0.67% 0.62% -
HSV(B) 322.9º 0.59% 0.87% -
XYZ 41.8 26.36 42.42 -
YUV 140.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 223 92 173 0 0.59 0.22 0.13 322.9 0.67 0.62
Hex DF 5C AD 0 3B 16 D 143 43 3E
Octal 337 134 255 0 73 26 15 503 103 76
Binary 11011111 1011100 10101101 0 111011 10110 1101 101000011 1000011 111110

Color Harmonies of #DF5CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5CAD

Black with #DF5CAD

Text Example


Text Example

White with #DF5CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5CAD; }

 p { color: rgb(223,92,173); }

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

background-color css

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

 a { background-color: rgb(223,92,173); }

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

border-color css

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

 span { border-color: rgb(223,92,173); }

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