#DD5EB2

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

Shades of Hot Pink #DD5EB2

Tints of Hot Pink #DD5EB2

Color information

#DD5EB2 (or 0xDD5EB2) is unknown color: approx Hot Pink. HEX triplet: DD, 5E and B2. RGB value is (221,94,178). Sum of RGB (Red+Green+Blue) = 221+94+178=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EB2 is #22A14D. Grayscale: #8D8D8D. Windows color (decimal): -2269518 or 11689693. OLE color: 11689693.

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

Color convert

RGB22194178-
CMYK00.570.190.13
HSL320.31º65.13%61.76%-
HSV(B)320.31º57.47%86.67%-
XYZ41.8626.5945.05-
YUV141.55148.58184.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=44.83%
G=19.07%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219417800.570.190.13320.3165.1361.76
HexDD5EB203913D140413e
Octal335136262071231550010176
Binary1101110110111101011001001110011001111011010000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5EB2; }

 p { color: rgb(221,94,178); }

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

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

 a { background-color: rgb(221,94,178); }

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

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

 span { border-color: rgb(221,94,178); }

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