#DD7289

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

Shades of Deep Blush #DD7289

Tints of Deep Blush #DD7289

Color information

#DD7289 (or 0xDD7289) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 89. RGB value is (221,114,137). Sum of RGB (Red+Green+Blue) = 221+114+137=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7289 is #228D76. Grayscale: #949494. Windows color (decimal): -2264439 or 9007837. OLE color: 9007837.

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

Color convert

RGB221114137-
CMYK00.480.380.13
HSL347.1º61.14%65.69%-
HSV(B)347.1º48.42%86.67%-
XYZ40.3529.2127.18-
YUV148.61121.45179.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=46.82%
G=24.15%
B=29.03%

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
Decimal22111413700.480.380.13347.161.1465.69
HexDD728903026D15b3d42
Octal335162211060461553375102
Binary11011101111001010001001011000010011011011010110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7289; }

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

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

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

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

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

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

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

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