#DD7A89

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

Shades of Deep Blush #DD7A89

Tints of Deep Blush #DD7A89

Color information

#DD7A89 (or 0xDD7A89) is unknown color: approx Deep Blush. HEX triplet: DD, 7A and 89. RGB value is (221,122,137). Sum of RGB (Red+Green+Blue) = 221+122+137=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A89 is #228576. Grayscale: #999999. Windows color (decimal): -2262391 or 9009885. OLE color: 9009885.

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

Color convert

RGB221122137-
CMYK00.450.380.13
HSL350.91º59.28%67.25%-
HSV(B)350.91º44.8%86.67%-
XYZ41.2931.127.49-
YUV153.31118.8176.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=46.04%
G=25.42%
B=28.54%

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
Decimal22112213700.450.380.13350.9159.2867.25
HexDD7A8902D26D15f3b43
Octal335172211055461553773103
Binary11011101111101010001001010110110011011011010111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A89; }

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

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

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

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

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

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

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

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