#DD5DB4

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

Shades of Hot Pink #DD5DB4

Tints of Hot Pink #DD5DB4

Color information

#DD5DB4 (or 0xDD5DB4) is unknown color: approx Hot Pink. HEX triplet: DD, 5D and B4. RGB value is (221,93,180). Sum of RGB (Red+Green+Blue) = 221+93+180=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB4 is #22A24B. Grayscale: #8C8C8C. Windows color (decimal): -2269772 or 11820509. OLE color: 11820509.

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

Color convert

RGB22193180-
CMYK00.580.190.13
HSL319.22º65.31%61.57%-
HSV(B)319.22º57.92%86.67%-
XYZ41.9726.546.08-
YUV141.19149.91184.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=44.74%
G=18.83%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219318000.580.190.13319.2265.3161.57
HexDD5DB403A13D13f413e
Octal335135264072231547710176
Binary1101110110111011011010001110101001111011001111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DB4; }

 p { color: rgb(221,93,180); }

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

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

 a { background-color: rgb(221,93,180); }

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

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

 span { border-color: rgb(221,93,180); }

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