#DD7C87

Color #DD7C87 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DD7C87

Tints of Deep Blush #DD7C87

Color information

#DD7C87 (or 0xDD7C87) is unknown color: approx Deep Blush. HEX triplet: DD, 7C and 87. RGB value is (221,124,135). Sum of RGB (Red+Green+Blue) = 221+124+135=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C87 is #228378. Grayscale: #9A9A9A. Windows color (decimal): -2261881 or 8879325. OLE color: 8879325.

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

Color convert

RGB221124135-
CMYK00.440.390.13
HSL353.2º58.79%67.65%-
HSV(B)353.2º43.89%86.67%-
XYZ41.431.5426.83-
YUV154.26117.14175.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=46.04%
G=25.83%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112413500.440.390.13353.258.7967.65
HexDD7C8702C27D1613b44
Octal335174207054471554173104
Binary11011101111110010000111010110010011111011011000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C87; }

 p { color: rgb(221,124,135); }

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

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

 a { background-color: rgb(221,124,135); }

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

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

 span { border-color: rgb(221,124,135); }

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