#DE5DB5

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

Shades of Hot Pink #DE5DB5

Tints of Hot Pink #DE5DB5

Color information

#DE5DB5 (or 0xDE5DB5) is unknown color: approx Hot Pink. HEX triplet: DE, 5D and B5. RGB value is (222,93,181). Sum of RGB (Red+Green+Blue) = 222+93+181=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DB5 is #21A24A. Grayscale: #8D8D8D. Windows color (decimal): -2204235 or 11886046. OLE color: 11886046.

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

Color convert

RGB22293181-
CMYK00.580.180.13
HSL319.07º66.15%61.76%-
HSV(B)319.07º58.11%87.06%-
XYZ42.3826.6946.63-
YUV141.6150.24185.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.76%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=44.76%
G=18.75%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229318100.580.180.13319.0766.1561.76
HexDE5DB503A12D13f423e
Octal336135265072221547710276
Binary1101111010111011011010101110101001011011001111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DB5; }

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

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

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

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

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

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

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

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