#DD7489

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

Shades of Deep Blush #DD7489

Tints of Deep Blush #DD7489

Color information

#DD7489 (or 0xDD7489) is unknown color: approx Deep Blush. HEX triplet: DD, 74 and 89. RGB value is (221,116,137). Sum of RGB (Red+Green+Blue) = 221+116+137=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7489 is #228B76. Grayscale: #959595. Windows color (decimal): -2263927 or 9008349. OLE color: 9008349.

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

Color convert

RGB221116137-
CMYK00.480.380.13
HSL348º60.69%66.08%-
HSV(B)348º47.51%86.67%-
XYZ40.5829.6727.25-
YUV149.79120.79178.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=46.62%
G=24.47%
B=28.90%

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
Decimal22111613700.480.380.1334860.6966.08
HexDD748903026D15c3d42
Octal335164211060461553475102
Binary11011101111010010001001011000010011011011010111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7489; }

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

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

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

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

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

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

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

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