#DD5AB0

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

Shades of Hot Pink #DD5AB0

Tints of Hot Pink #DD5AB0

Color information

#DD5AB0 (or 0xDD5AB0) is unknown color: approx Hot Pink. HEX triplet: DD, 5A and B0. RGB value is (221,90,176). Sum of RGB (Red+Green+Blue) = 221+90+176=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AB0 is #22A54F. Grayscale: #8A8A8A. Windows color (decimal): -2270544 or 11557597. OLE color: 11557597.

HSL color Cylindrical-coordinate representation of color #DD5AB0: hue angle of 320.61º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5AB0 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22190176-
CMYK00.590.200.13
HSL320.61º65.83%60.98%-
HSV(B)320.61º59.28%86.67%-
XYZ41.3125.8243.88-
YUV138.97148.9186.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 90 (35.55% from 255) = 18.48%
BLUE value IS 176 (69.14% from 255) = 36.14%
R=45.38%
G=18.48%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219017600.590.200.13320.6165.8360.98
HexDD5AB003B14D141423d
Octal335132260073241550110275
Binary1101110110110101011000001110111010011011010000011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AB0; }

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

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

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

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

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

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

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

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