#DE69AD

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

Shades of Hot Pink #DE69AD

Tints of Hot Pink #DE69AD

Color information

#DE69AD (or 0xDE69AD) is unknown color: approx Hot Pink. HEX triplet: DE, 69 and AD. RGB value is (222,105,173). Sum of RGB (Red+Green+Blue) = 222+105+173=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE69AD is #219652. Grayscale: #939393. Windows color (decimal): -2201171 or 11364830. OLE color: 11364830.

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

Color convert

RGB222105173-
CMYK00.530.220.13
HSL325.13º63.93%64.12%-
HSV(B)325.13º52.7%87.06%-
XYZ42.7228.6542.81-
YUV147.74142.26180.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.4%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=44.4%
G=21%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210517300.530.220.13325.1363.9364.12
HexDE69AD03516D1454040
Octal3361512550652615505100100
Binary11011110110100110101101011010110110110110100010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69AD; }

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

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

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

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

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

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

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

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