#DD61AD

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

Shades of Hot Pink #DD61AD

Tints of Hot Pink #DD61AD

Color information

#DD61AD (or 0xDD61AD) is unknown color: approx Hot Pink. HEX triplet: DD, 61 and AD. RGB value is (221,97,173). Sum of RGB (Red+Green+Blue) = 221+97+173=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61AD is #229E52. Grayscale: #8E8E8E. Windows color (decimal): -2268755 or 11362781. OLE color: 11362781.

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

Color convert

RGB22197173-
CMYK00.560.220.13
HSL323.23º64.58%62.35%-
HSV(B)323.23º56.11%86.67%-
XYZ41.6426.9442.54-
YUV142.74145.08183.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=45.01%
G=19.76%
B=35.23%

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
Decimal2219717300.560.220.13323.2364.5862.35
HexDD61AD03816D143413e
Octal335141255070261550310176
Binary1101110111000011010110101110001011011011010000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61AD; }

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

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

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

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

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

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

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

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