#DE5CB3

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

Shades of Hot Pink #DE5CB3

Tints of Hot Pink #DE5CB3

Color information

#DE5CB3 (or 0xDE5CB3) is unknown color: approx Hot Pink. HEX triplet: DE, 5C and B3. RGB value is (222,92,179). Sum of RGB (Red+Green+Blue) = 222+92+179=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5CB3 is #21A34C. Grayscale: #8C8C8C. Windows color (decimal): -2204493 or 11754718. OLE color: 11754718.

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

Color convert

RGB22292179-
CMYK00.590.190.13
HSL319.85º66.33%61.57%-
HSV(B)319.85º58.56%87.06%-
XYZ42.0926.4445.53-
YUV140.79149.57185.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=45.03%
G=18.66%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229217900.590.190.13319.8566.3361.57
HexDE5CB303B13D140423e
Octal336134263073231550010276
Binary1101111010111001011001101110111001111011010000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CB3; }

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

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

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

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

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

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

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

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