#DD7689

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

Shades of Deep Blush #DD7689

Tints of Deep Blush #DD7689

Color information

#DD7689 (or 0xDD7689) is unknown color: approx Deep Blush. HEX triplet: DD, 76 and 89. RGB value is (221,118,137). Sum of RGB (Red+Green+Blue) = 221+118+137=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7689 is #228976. Grayscale: #969696. Windows color (decimal): -2263415 or 9008861. OLE color: 9008861.

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

Color convert

RGB221118137-
CMYK00.470.380.13
HSL348.93º60.23%66.47%-
HSV(B)348.93º46.61%86.67%-
XYZ40.8130.1427.33-
YUV150.96120.12177.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=46.43%
G=24.79%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111813700.470.380.13348.9360.2366.47
HexDD768902F26D15d3c42
Octal335166211057461553574102
Binary11011101111011010001001010111110011011011010111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7689; }

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

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

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

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

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

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

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

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