Html Css Color HEX #DF5FAB Hot Pink

📋 copy color: '#DF5FAB'

red 223 ◦ green 95 ◦ blue 171

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

Shades of Hot Pink #DF5FAB

Tints of Hot Pink #DF5FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.43%

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 45.6%
G = 19.43%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF5FAB (or 0xDF5FAB) is known color: Hot Pink. HEX triplet: DF, 5F and AB. RGB value is (223,95,171). Sum of RGB (Red+Green+Blue) = 223+95+171=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5FAB is #20A054. Grayscale: #8D8D8D. Windows color (decimal): -2138197 or 11231199. OLE color: 11231199.

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

Color convert

RGB 223 95 171 -
CMYK 0 0.57 0.23 0.13
HSL 324.38º 0.67% 0.62% -
HSV(B) 324.38º 0.57% 0.87% -
XYZ 41.87 26.81 41.5 -
YUV 141.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 223 95 171 0 0.57 0.23 0.13 324.38 0.67 0.62
Hex DF 5F AB 0 39 17 D 144 43 3E
Octal 337 137 253 0 71 27 15 504 103 76
Binary 11011111 1011111 10101011 0 111001 10111 1101 101000100 1000011 111110

Color Harmonies of #DF5FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FAB

Black with #DF5FAB

Text Example


Text Example

White with #DF5FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FAB; }

 p { color: rgb(223,95,171); }

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

background-color css

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

 a { background-color: rgb(223,95,171); }

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

border-color css

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

 span { border-color: rgb(223,95,171); }

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