#DE5C88

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

Shades of Dark Pink #DE5C88

Tints of Dark Pink #DE5C88

Color information

#DE5C88 (or 0xDE5C88) is unknown color: approx Dark Pink. HEX triplet: DE, 5C and 88. RGB value is (222,92,136). Sum of RGB (Red+Green+Blue) = 222+92+136=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5C88 is #21A377. Grayscale: #878787. Windows color (decimal): -2204536 or 8936670. OLE color: 8936670.

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

Color convert

RGB22292136-
CMYK00.590.390.13
HSL339.69º66.33%61.57%-
HSV(B)339.69º58.56%87.06%-
XYZ38.424.9626.09-
YUV135.89128.07189.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=49.33%
G=20.44%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229213600.590.390.13339.6966.3361.57
HexDE5C8803B27D154423e
Octal336134210073471552410276
Binary11011110101110010001000011101110011111011010101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C88; }

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

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

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

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

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

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

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

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