#DD63B4

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

Shades of Hot Pink #DD63B4

Tints of Hot Pink #DD63B4

Color information

#DD63B4 (or 0xDD63B4) is unknown color: approx Hot Pink. HEX triplet: DD, 63 and B4. RGB value is (221,99,180). Sum of RGB (Red+Green+Blue) = 221+99+180=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63B4 is #229C4B. Grayscale: #909090. Windows color (decimal): -2268236 or 11822045. OLE color: 11822045.

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

Color convert

RGB22199180-
CMYK00.550.190.13
HSL320.16º64.21%62.75%-
HSV(B)320.16º55.2%86.67%-
XYZ42.5227.5946.26-
YUV144.71147.92182.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 99 (39.06% from 255) = 19.8%
BLUE value IS 180 (70.70% from 255) = 36%
R=44.2%
G=19.8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219918000.550.190.13320.1664.2162.75
HexDD63B403713D140403f
Octal335143264067231550010077
Binary1101110111000111011010001101111001111011010000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD63B4; }

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

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

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

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

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

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

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

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