#DD7C88

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

Shades of Deep Blush #DD7C88

Tints of Deep Blush #DD7C88

Color information

#DD7C88 (or 0xDD7C88) is unknown color: approx Deep Blush. HEX triplet: DD, 7C and 88. RGB value is (221,124,136). Sum of RGB (Red+Green+Blue) = 221+124+136=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C88 is #228377. Grayscale: #9A9A9A. Windows color (decimal): -2261880 or 8944861. OLE color: 8944861.

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

Color convert

RGB221124136-
CMYK00.440.380.13
HSL352.58º58.79%67.65%-
HSV(B)352.58º43.89%86.67%-
XYZ41.4731.5727.2-
YUV154.37117.64175.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=45.95%
G=25.78%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112413600.440.380.13352.5858.7967.65
HexDD7C8802C26D1613b44
Octal335174210054461554173104
Binary11011101111110010001000010110010011011011011000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C88; }

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

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

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

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

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

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

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

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