#DE5DB3

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

Shades of Hot Pink #DE5DB3

Tints of Hot Pink #DE5DB3

Color information

#DE5DB3 (or 0xDE5DB3) is unknown color: approx Hot Pink. HEX triplet: DE, 5D and B3. RGB value is (222,93,179). Sum of RGB (Red+Green+Blue) = 222+93+179=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DB3 is #21A24C. Grayscale: #8D8D8D. Windows color (decimal): -2204237 or 11754974. OLE color: 11754974.

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

Color convert

RGB22293179-
CMYK00.580.190.13
HSL320º66.15%61.76%-
HSV(B)320º58.11%87.06%-
XYZ42.1826.6145.56-
YUV141.38149.24185.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=44.94%
G=18.83%
B=36.23%

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
Decimal2229317900.580.190.1332066.1561.76
HexDE5DB303A13D140423e
Octal336135263072231550010276
Binary1101111010111011011001101110101001111011010000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DB3; }

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

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

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

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

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

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

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

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