#DB7687

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

Shades of Deep Blush #DB7687

Tints of Deep Blush #DB7687

Color information

#DB7687 (or 0xDB7687) is unknown color: approx Deep Blush. HEX triplet: DB, 76 and 87. RGB value is (219,118,135). Sum of RGB (Red+Green+Blue) = 219+118+135=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7687 is #248978. Grayscale: #969696. Windows color (decimal): -2394489 or 8877787. OLE color: 8877787.

HSL color Cylindrical-coordinate representation of color #DB7687: hue angle of 349.9º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7687 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219118135-
CMYK00.460.380.14
HSL349.9º58.38%66.08%-
HSV(B)349.9º46.12%85.88%-
XYZ40.0729.7726.56-
YUV150.14119.46177.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=46.40%
G=25%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911813500.460.380.14349.958.3866.08
HexDB768702E26E15e3a42
Octal333166207056461653672102
Binary11011011111011010000111010111010011011101010111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7687; }

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

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

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

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

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

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

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

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