#DF5FB6

Color #DF5FB6 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DF5FB6

Tints of Hot Pink #DF5FB6

Color information

#DF5FB6 (or 0xDF5FB6) is unknown color: approx Hot Pink. HEX triplet: DF, 5F and B6. RGB value is (223,95,182). Sum of RGB (Red+Green+Blue) = 223+95+182=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FB6 is #20A049. Grayscale: #8E8E8E. Windows color (decimal): -2138186 or 11952095. OLE color: 11952095.

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

Color convert

RGB22395182-
CMYK00.570.180.13
HSL319.22º66.67%62.35%-
HSV(B)319.22º57.4%87.45%-
XYZ42.9727.2547.25-
YUV143.19149.91184.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=44.6%
G=19%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239518200.570.180.13319.2266.6762.35
HexDF5FB603912D13f433e
Octal337137266071221547710376
Binary1101111110111111011011001110011001011011001111111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5FB6; }

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

 H1.HeaderClassName
 {
   color: #DF5FB6;
 }
 .AnyTagClassName
 {
   color: #DF5FB6;
 }
</style>
background-color css

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

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

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

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

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

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