#DD7B86

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

Shades of Deep Blush #DD7B86

Tints of Deep Blush #DD7B86

Color information

#DD7B86 (or 0xDD7B86) is unknown color: approx Deep Blush. HEX triplet: DD, 7B and 86. RGB value is (221,123,134). Sum of RGB (Red+Green+Blue) = 221+123+134=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B86 is #228479. Grayscale: #999999. Windows color (decimal): -2262138 or 8813533. OLE color: 8813533.

HSL color Cylindrical-coordinate representation of color #DD7B86: hue angle of 353.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B86 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221123134-
CMYK00.440.390.13
HSL353.27º59.04%67.45%-
HSV(B)353.27º44.34%86.67%-
XYZ41.231.2626.42-
YUV153.56116.97176.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=46.23%
G=25.73%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112313400.440.390.13353.2759.0467.45
HexDD7B8602C27D1613b43
Octal335173206054471554173103
Binary11011101111101110000110010110010011111011011000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B86; }

 p { color: rgb(221,123,134); }

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

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

 a { background-color: rgb(221,123,134); }

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

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

 span { border-color: rgb(221,123,134); }

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