#dd63ad

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

Shades of Hot Pink #DD63AD

Tints of Hot Pink #DD63AD

Color information

#DD63AD (or 0xDD63AD) is unknown color: approx Hot Pink. HEX triplet: DD, 63 and AD. RGB value is (221,99,173). Sum of RGB (Red+Green+Blue) = 221+99+173=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63AD is #229C52. Grayscale: #8F8F8F. Windows color (decimal): -2268243 or 11363293. OLE color: 11363293.

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

Color convert

RGB22199173-
CMYK00.550.220.13
HSL323.61º64.21%62.75%-
HSV(B)323.61º55.2%86.67%-
XYZ41.8227.3142.6-
YUV143.91144.42182.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=44.83%
G=20.08%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219917300.550.220.13323.6164.2162.75
HexDD63AD03716D144403f
Octal335143255067261550410077
Binary1101110111000111010110101101111011011011010001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd63ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd63ad; }

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

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

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

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

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

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

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

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