#DD62AD

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

Shades of Hot Pink #DD62AD

Tints of Hot Pink #DD62AD

Color information

#DD62AD (or 0xDD62AD) is unknown color: approx Hot Pink. HEX triplet: DD, 62 and AD. RGB value is (221,98,173). Sum of RGB (Red+Green+Blue) = 221+98+173=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AD is #229D52. Grayscale: #8F8F8F. Windows color (decimal): -2268499 or 11363037. OLE color: 11363037.

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

Color convert

RGB22198173-
CMYK00.560.220.13
HSL323.41º64.4%62.55%-
HSV(B)323.41º55.66%86.67%-
XYZ41.7327.1242.57-
YUV143.33144.75183.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=44.92%
G=19.92%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219817300.560.220.13323.4164.462.55
HexDD62AD03816D143403f
Octal335142255070261550310077
Binary1101110111000101010110101110001011011011010000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62AD; }

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

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

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

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

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

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

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

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