#DD7B87

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

Shades of Deep Blush #DD7B87

Tints of Deep Blush #DD7B87

Color information

#DD7B87 (or 0xDD7B87) is unknown color: approx Deep Blush. HEX triplet: DD, 7B and 87. RGB value is (221,123,135). Sum of RGB (Red+Green+Blue) = 221+123+135=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B87 is #228478. Grayscale: #999999. Windows color (decimal): -2262137 or 8879069. OLE color: 8879069.

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

Color convert

RGB221123135-
CMYK00.440.390.13
HSL352.65º59.04%67.45%-
HSV(B)352.65º44.34%86.67%-
XYZ41.2731.2926.79-
YUV153.67117.47176.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=46.14%
G=25.68%
B=28.18%

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
Decimal22112313500.440.390.13352.6559.0467.45
HexDD7B8702C27D1613b43
Octal335173207054471554173103
Binary11011101111101110000111010110010011111011011000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B87; }

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

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

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

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

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

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

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

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