#DD6AAE

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

Shades of Hot Pink #DD6AAE

Tints of Hot Pink #DD6AAE

Color information

#DD6AAE (or 0xDD6AAE) is unknown color: approx Hot Pink. HEX triplet: DD, 6A and AE. RGB value is (221,106,174). Sum of RGB (Red+Green+Blue) = 221+106+174=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AAE is #229551. Grayscale: #939393. Windows color (decimal): -2266450 or 11430621. OLE color: 11430621.

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

Color convert

RGB221106174-
CMYK00.520.210.13
HSL324.52º62.84%64.12%-
HSV(B)324.52º52.04%86.67%-
XYZ42.6128.7443.35-
YUV148.14142.6179.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=44.11%
G=21.16%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110617400.520.210.13324.5262.8464.12
HexDD6AAE03415D1453f40
Octal335152256064251550577100
Binary1101110111010101010111001101001010111011010001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AAE; }

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

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

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

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

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

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

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

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