#DD7789

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

Shades of Deep Blush #DD7789

Tints of Deep Blush #DD7789

Color information

#DD7789 (or 0xDD7789) is unknown color: approx Deep Blush. HEX triplet: DD, 77 and 89. RGB value is (221,119,137). Sum of RGB (Red+Green+Blue) = 221+119+137=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7789 is #228876. Grayscale: #979797. Windows color (decimal): -2263159 or 9009117. OLE color: 9009117.

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

Color convert

RGB221119137-
CMYK00.460.380.13
HSL349.41º60%66.67%-
HSV(B)349.41º46.15%86.67%-
XYZ40.9330.3727.37-
YUV151.55119.79177.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=46.33%
G=24.95%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111913700.460.380.13349.416066.67
HexDD778902E26D15d3c43
Octal335167211056461553574103
Binary11011101111011110001001010111010011011011010111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7789; }

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

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

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

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

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

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

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

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