#DD65AE

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

Shades of Hot Pink #DD65AE

Tints of Hot Pink #DD65AE

Color information

#DD65AE (or 0xDD65AE) is unknown color: approx Hot Pink. HEX triplet: DD, 65 and AE. RGB value is (221,101,174). Sum of RGB (Red+Green+Blue) = 221+101+174=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65AE is #229A51. Grayscale: #919191. Windows color (decimal): -2267730 or 11429341. OLE color: 11429341.

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

Color convert

RGB221101174-
CMYK00.540.210.13
HSL323.5º63.83%63.14%-
HSV(B)323.5º54.3%86.67%-
XYZ42.1127.7443.18-
YUV145.2144.26182.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=44.56%
G=20.36%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110117400.540.210.13323.563.8363.14
HexDD65AE03615D144403f
Octal335145256066251550410077
Binary1101110111001011010111001101101010111011010001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65AE; }

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

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

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

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

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

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

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

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