#DD5DB1

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

Shades of Hot Pink #DD5DB1

Tints of Hot Pink #DD5DB1

Color information

#DD5DB1 (or 0xDD5DB1) is unknown color: approx Hot Pink. HEX triplet: DD, 5D and B1. RGB value is (221,93,177). Sum of RGB (Red+Green+Blue) = 221+93+177=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DB1 is #22A24E. Grayscale: #8C8C8C. Windows color (decimal): -2269775 or 11623901. OLE color: 11623901.

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

Color convert

RGB22193177-
CMYK00.580.200.13
HSL320.62º65.31%61.57%-
HSV(B)320.62º57.92%86.67%-
XYZ41.6726.3844.49-
YUV140.85148.41185.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=45.01%
G=18.94%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219317700.580.200.13320.6265.3161.57
HexDD5DB103A14D141413e
Octal335135261072241550110176
Binary1101110110111011011000101110101010011011010000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DB1; }

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

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

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

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

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

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

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

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