#DD62AE

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

Shades of Hot Pink #DD62AE

Tints of Hot Pink #DD62AE

Color information

#DD62AE (or 0xDD62AE) is unknown color: approx Hot Pink. HEX triplet: DD, 62 and AE. RGB value is (221,98,174). Sum of RGB (Red+Green+Blue) = 221+98+174=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AE is #229D51. Grayscale: #8F8F8F. Windows color (decimal): -2268498 or 11428573. OLE color: 11428573.

HSL color Cylindrical-coordinate representation of color #DD62AE: hue angle of 322.93º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62AE is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22198174-
CMYK00.560.210.13
HSL322.93º64.4%62.55%-
HSV(B)322.93º55.66%86.67%-
XYZ41.8327.1643.08-
YUV143.44145.25183.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 98 (38.67% from 255) = 19.88%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=44.83%
G=19.88%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219817400.560.210.13322.9364.462.55
HexDD62AE03815D143403f
Octal335142256070251550310077
Binary1101110111000101010111001110001010111011010000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62AE; }

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

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

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

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

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

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

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

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