#DD67AE

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

Shades of Hot Pink #DD67AE

Tints of Hot Pink #DD67AE

Color information

#DD67AE (or 0xDD67AE) is unknown color: approx Hot Pink. HEX triplet: DD, 67 and AE. RGB value is (221,103,174). Sum of RGB (Red+Green+Blue) = 221+103+174=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67AE is #229851. Grayscale: #929292. Windows color (decimal): -2267218 or 11429853. OLE color: 11429853.

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

Color convert

RGB221103174-
CMYK00.530.210.13
HSL323.9º63.44%63.53%-
HSV(B)323.9º53.39%86.67%-
XYZ42.3128.1343.24-
YUV146.38143.59181.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=44.38%
G=20.68%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110317400.530.210.13323.963.4463.53
HexDD67AE03515D1443f40
Octal335147256065251550477100
Binary1101110111001111010111001101011010111011010001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67AE; }

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

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

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

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

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

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

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

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