#DE5DAD

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

Shades of Hot Pink #DE5DAD

Tints of Hot Pink #DE5DAD

Color information

#DE5DAD (or 0xDE5DAD) is unknown color: approx Hot Pink. HEX triplet: DE, 5D and AD. RGB value is (222,93,173). Sum of RGB (Red+Green+Blue) = 222+93+173=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5DAD is #21A252. Grayscale: #8C8C8C. Windows color (decimal): -2204243 or 11361758. OLE color: 11361758.

HSL color Cylindrical-coordinate representation of color #DE5DAD: hue angle of 322.79º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5DAD is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB22293173-
CMYK00.580.220.13
HSL322.79º66.15%61.76%-
HSV(B)322.79º58.11%87.06%-
XYZ41.5826.3842.43-
YUV140.69146.24186-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.49%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=45.49%
G=19.06%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229317300.580.220.13322.7966.1561.76
HexDE5DAD03A16D143423e
Octal336135255072261550310276
Binary1101111010111011010110101110101011011011010000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DAD; }

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

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

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

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

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

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

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

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