#DD7A88

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

Shades of Deep Blush #DD7A88

Tints of Deep Blush #DD7A88

Color information

#DD7A88 (or 0xDD7A88) is unknown color: approx Deep Blush. HEX triplet: DD, 7A and 88. RGB value is (221,122,136). Sum of RGB (Red+Green+Blue) = 221+122+136=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A88 is #228577. Grayscale: #999999. Windows color (decimal): -2262392 or 8944349. OLE color: 8944349.

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

Color convert

RGB221122136-
CMYK00.450.380.13
HSL351.52º59.28%67.25%-
HSV(B)351.52º44.8%86.67%-
XYZ41.2231.0727.12-
YUV153.2118.3176.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=46.14%
G=25.47%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112213600.450.380.13351.5259.2867.25
HexDD7A8802D26D1603b43
Octal335172210055461554073103
Binary11011101111101010001000010110110011011011011000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A88; }

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

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

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

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

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

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

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

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