#DE5C7F

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

Shades of Dark Pink #DE5C7F

Tints of Dark Pink #DE5C7F

Color information

#DE5C7F (or 0xDE5C7F) is unknown color: approx Dark Pink. HEX triplet: DE, 5C and 7F. RGB value is (222,92,127). Sum of RGB (Red+Green+Blue) = 222+92+127=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C7F is #21A380. Grayscale: #868686. Windows color (decimal): -2204545 or 8346846. OLE color: 8346846.

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

Color convert

RGB22292127-
CMYK00.590.430.13
HSL343.85º66.33%61.57%-
HSV(B)343.85º58.56%87.06%-
XYZ37.7824.7222.86-
YUV134.86123.57190.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 127 (50% from 255) = 28.80%
R=50.34%
G=20.86%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229212700.590.430.13343.8566.3361.57
HexDE5C7F03B2BD158423e
Octal336134177073531553010276
Binary1101111010111001111111011101110101111011010110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C7F; }

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

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

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

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

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

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

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

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