#DD7687

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

Shades of Deep Blush #DD7687

Tints of Deep Blush #DD7687

Color information

#DD7687 (or 0xDD7687) is unknown color: approx Deep Blush. HEX triplet: DD, 76 and 87. RGB value is (221,118,135). Sum of RGB (Red+Green+Blue) = 221+118+135=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7687 is #228978. Grayscale: #969696. Windows color (decimal): -2263417 or 8877789. OLE color: 8877789.

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

Color convert

RGB221118135-
CMYK00.470.390.13
HSL350.1º60.23%66.47%-
HSV(B)350.1º46.61%86.67%-
XYZ40.6730.0826.58-
YUV150.73119.12178.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=46.62%
G=24.89%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111813500.470.390.13350.160.2366.47
HexDD768702F27D15e3c42
Octal335166207057471553674102
Binary11011101111011010000111010111110011111011010111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7687; }

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

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

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

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

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

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

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

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