#DF5EB1

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

Shades of Hot Pink #DF5EB1

Tints of Hot Pink #DF5EB1

Color information

#DF5EB1 (or 0xDF5EB1) is unknown color: approx Hot Pink. HEX triplet: DF, 5E and B1. RGB value is (223,94,177). Sum of RGB (Red+Green+Blue) = 223+94+177=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EB1 is #20A14E. Grayscale: #8D8D8D. Windows color (decimal): -2138447 or 11624159. OLE color: 11624159.

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

Color convert

RGB22394177-
CMYK00.580.210.13
HSL321.4º66.84%62.16%-
HSV(B)321.4º57.85%87.45%-
XYZ42.3726.8744.55-
YUV142.03147.74185.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=45.14%
G=19.03%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239417700.580.210.13321.466.8462.16
HexDF5EB103A15D141433e
Octal337136261072251550110376
Binary1101111110111101011000101110101010111011010000011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5EB1; }

 p { color: rgb(223,94,177); }

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

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

 a { background-color: rgb(223,94,177); }

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

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

 span { border-color: rgb(223,94,177); }

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