#DD5DB0

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

Shades of Hot Pink #DD5DB0

Tints of Hot Pink #DD5DB0

Color information

#DD5DB0 (or 0xDD5DB0) is unknown color: approx Hot Pink. HEX triplet: DD, 5D and B0. RGB value is (221,93,176). Sum of RGB (Red+Green+Blue) = 221+93+176=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DB0 is #22A24F. Grayscale: #8C8C8C. Windows color (decimal): -2269776 or 11558365. OLE color: 11558365.

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

Color convert

RGB22193176-
CMYK00.580.200.13
HSL321.09º65.31%61.57%-
HSV(B)321.09º57.92%86.67%-
XYZ41.5726.3443.97-
YUV140.73147.91185.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=45.10%
G=18.98%
B=35.92%

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
Decimal2219317600.580.200.13321.0965.3161.57
HexDD5DB003A14D141413e
Octal335135260072241550110176
Binary1101110110111011011000001110101010011011010000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DB0; }

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

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

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

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

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

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

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

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