#dd6b89

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

Shades of Deep Blush #DD6B89

Tints of Deep Blush #DD6B89

Color information

#DD6B89 (or 0xDD6B89) is unknown color: approx Deep Blush. HEX triplet: DD, 6B and 89. RGB value is (221,107,137). Sum of RGB (Red+Green+Blue) = 221+107+137=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B89 is #229476. Grayscale: #909090. Windows color (decimal): -2266231 or 9006045. OLE color: 9006045.

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

Color convert

RGB221107137-
CMYK00.520.380.13
HSL344.21º62.64%64.31%-
HSV(B)344.21º51.58%86.67%-
XYZ39.5927.6926.93-
YUV144.51123.77182.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=47.53%
G=23.01%
B=29.46%

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
Decimal22110713700.520.380.13344.2162.6464.31
HexDD6B8903426D1583f40
Octal335153211064461553077100
Binary11011101110101110001001011010010011011011010110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6b89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6b89; }

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

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

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

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

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

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

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

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