#DD5DAE

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

Shades of Hot Pink #DD5DAE

Tints of Hot Pink #DD5DAE

Color information

#DD5DAE (or 0xDD5DAE) is unknown color: approx Hot Pink. HEX triplet: DD, 5D and AE. RGB value is (221,93,174). Sum of RGB (Red+Green+Blue) = 221+93+174=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DAE is #22A251. Grayscale: #8C8C8C. Windows color (decimal): -2269778 or 11427293. OLE color: 11427293.

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

Color convert

RGB22193174-
CMYK00.580.210.13
HSL322.03º65.31%61.57%-
HSV(B)322.03º57.92%86.67%-
XYZ41.3726.2642.93-
YUV140.51146.91185.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=45.29%
G=19.06%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219317400.580.210.13322.0365.3161.57
HexDD5DAE03A15D142413e
Octal335135256072251550210176
Binary1101110110111011010111001110101010111011010000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DAE; }

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

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

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

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

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

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

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

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