#DD7389

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

Shades of Deep Blush #DD7389

Tints of Deep Blush #DD7389

Color information

#DD7389 (or 0xDD7389) is unknown color: approx Deep Blush. HEX triplet: DD, 73 and 89. RGB value is (221,115,137). Sum of RGB (Red+Green+Blue) = 221+115+137=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7389 is #228C76. Grayscale: #959595. Windows color (decimal): -2264183 or 9008093. OLE color: 9008093.

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

Color convert

RGB221115137-
CMYK00.480.380.13
HSL347.55º60.92%65.88%-
HSV(B)347.55º47.96%86.67%-
XYZ40.4629.4427.22-
YUV149.2121.12179.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=46.72%
G=24.31%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111513700.480.380.13347.5560.9265.88
HexDD738903026D15c3d42
Octal335163211060461553475102
Binary11011101111001110001001011000010011011011010111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7389; }

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

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

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

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

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

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

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

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