#DE5CB1

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

Shades of Hot Pink #DE5CB1

Tints of Hot Pink #DE5CB1

Color information

#DE5CB1 (or 0xDE5CB1) is unknown color: approx Hot Pink. HEX triplet: DE, 5C and B1. RGB value is (222,92,177). Sum of RGB (Red+Green+Blue) = 222+92+177=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CB1 is #21A34E. Grayscale: #8C8C8C. Windows color (decimal): -2204495 or 11623646. OLE color: 11623646.

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

Color convert

RGB22292177-
CMYK00.590.200.13
HSL320.77º66.33%61.57%-
HSV(B)320.77º58.56%87.06%-
XYZ41.8926.3644.47-
YUV140.56148.57186.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=45.21%
G=18.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229217700.590.200.13320.7766.3361.57
HexDE5CB103B14D141423e
Octal336134261073241550110276
Binary1101111010111001011000101110111010011011010000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CB1; }

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

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

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

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

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

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

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

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