Html Css Color HEX #DF5EB0 Hot Pink

📋 copy color: '#DF5EB0'

red 223 ◦ green 94 ◦ blue 176

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

Shades of Hot Pink #DF5EB0

Tints of Hot Pink #DF5EB0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 45.23%
G = 19.07%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF5EB0 (or 0xDF5EB0) is known color: Hot Pink. HEX triplet: DF, 5E and B0. RGB value is (223,94,176). Sum of RGB (Red+Green+Blue) = 223+94+176=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5EB0 is #20A14F. Grayscale: #8D8D8D. Windows color (decimal): -2138448 or 11558623. OLE color: 11558623.

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

Color convert

RGB 223 94 176 -
CMYK 0 0.58 0.21 0.13
HSL 321.86º 0.67% 0.62% -
HSV(B) 321.86º 0.58% 0.87% -
XYZ 42.27 26.83 44.02 -
YUV 141.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 223 94 176 0 0.58 0.21 0.13 321.86 0.67 0.62
Hex DF 5E B0 0 3A 15 D 142 43 3E
Octal 337 136 260 0 72 25 15 502 103 76
Binary 11011111 1011110 10110000 0 111010 10101 1101 101000010 1000011 111110

Color Harmonies of #DF5EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EB0

Black with #DF5EB0

Text Example


Text Example

White with #DF5EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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