#DD5AAF

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

Shades of Hot Pink #DD5AAF

Tints of Hot Pink #DD5AAF

Color information

#DD5AAF (or 0xDD5AAF) is unknown color: approx Hot Pink. HEX triplet: DD, 5A and AF. RGB value is (221,90,175). Sum of RGB (Red+Green+Blue) = 221+90+175=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAF is #22A550. Grayscale: #8A8A8A. Windows color (decimal): -2270545 or 11492061. OLE color: 11492061.

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

Color convert

RGB22190175-
CMYK00.590.210.13
HSL321.07º65.83%60.98%-
HSV(B)321.07º59.28%86.67%-
XYZ41.2125.7843.36-
YUV138.86148.4186.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=45.47%
G=18.52%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219017500.590.210.13321.0765.8360.98
HexDD5AAF03B15D141423d
Octal335132257073251550110275
Binary1101110110110101010111101110111010111011010000011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AAF; }

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

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

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

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

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

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

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

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