#DD6989

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

Shades of Deep Blush #DD6989

Tints of Deep Blush #DD6989

Color information

#DD6989 (or 0xDD6989) is unknown color: approx Deep Blush. HEX triplet: DD, 69 and 89. RGB value is (221,105,137). Sum of RGB (Red+Green+Blue) = 221+105+137=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6989 is #229676. Grayscale: #8F8F8F. Windows color (decimal): -2266743 or 9005533. OLE color: 9005533.

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

Color convert

RGB221105137-
CMYK00.520.380.13
HSL343.45º63.04%63.92%-
HSV(B)343.45º52.49%86.67%-
XYZ39.3927.2826.86-
YUV143.33124.43183.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=47.73%
G=22.68%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110513700.520.380.13343.4563.0463.92
HexDD698903426D1573f40
Octal335151211064461552777100
Binary11011101110100110001001011010010011011011010101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6989; }

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

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

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

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

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

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

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

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