#DE5DB4

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

Shades of Hot Pink #DE5DB4

Tints of Hot Pink #DE5DB4

Color information

#DE5DB4 (or 0xDE5DB4) is unknown color: approx Hot Pink. HEX triplet: DE, 5D and B4. RGB value is (222,93,180). Sum of RGB (Red+Green+Blue) = 222+93+180=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DB4 is #21A24B. Grayscale: #8D8D8D. Windows color (decimal): -2204236 or 11820510. OLE color: 11820510.

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

Color convert

RGB22293180-
CMYK00.580.190.13
HSL319.53º66.15%61.76%-
HSV(B)319.53º58.11%87.06%-
XYZ42.2826.6546.1-
YUV141.49149.74185.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=44.85%
G=18.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229318000.580.190.13319.5366.1561.76
HexDE5DB403A13D140423e
Octal336135264072231550010276
Binary1101111010111011011010001110101001111011010000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DB4; }

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

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

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

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

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

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

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

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