Html Css Color HEX #DF5DAF Hot Pink

📋 copy color: '#DF5DAF'

red 223 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #DF5DAF

Tints of Hot Pink #DF5DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 45.42%
G = 18.94%
B = 35.64%

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

#DF5DAF (or 0xDF5DAF) is known color: Hot Pink. HEX triplet: DF, 5D and AF. RGB value is (223,93,175). Sum of RGB (Red+Green+Blue) = 223+93+175=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5DAF is #20A250. Grayscale: #8D8D8D. Windows color (decimal): -2138705 or 11492831. OLE color: 11492831.

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

Color convert

RGB 223 93 175 -
CMYK 0 0.58 0.22 0.13
HSL 322.15º 0.67% 0.62% -
HSV(B) 322.15º 0.58% 0.87% -
XYZ 42.08 26.61 43.48 -
YUV 141.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 223 93 175 0 0.58 0.22 0.13 322.15 0.67 0.62
Hex DF 5D AF 0 3A 16 D 142 43 3E
Octal 337 135 257 0 72 26 15 502 103 76
Binary 11011111 1011101 10101111 0 111010 10110 1101 101000010 1000011 111110

Color Harmonies of #DF5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DAF

Black with #DF5DAF

Text Example


Text Example

White with #DF5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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