#DE69AF

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

Shades of Hot Pink #DE69AF

Tints of Hot Pink #DE69AF

Color information

#DE69AF (or 0xDE69AF) is unknown color: approx Hot Pink. HEX triplet: DE, 69 and AF. RGB value is (222,105,175). Sum of RGB (Red+Green+Blue) = 222+105+175=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE69AF is #219650. Grayscale: #939393. Windows color (decimal): -2201169 or 11495902. OLE color: 11495902.

HSL color Cylindrical-coordinate representation of color #DE69AF: hue angle of 324.1º degrees, saturation: 0.64, 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 #DE69AF is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222105175-
CMYK00.530.210.13
HSL324.1º63.93%64.12%-
HSV(B)324.1º52.7%87.06%-
XYZ42.9128.7343.84-
YUV147.96143.26180.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=44.22%
G=20.92%
B=34.86%

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
Decimal22210517500.530.210.13324.163.9364.12
HexDE69AF03515D1444040
Octal3361512570652515504100100
Binary11011110110100110101111011010110101110110100010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69AF; }

 p { color: rgb(222,105,175); }

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

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

 a { background-color: rgb(222,105,175); }

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

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

 span { border-color: rgb(222,105,175); }

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