#DB7688

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

Shades of Deep Blush #DB7688

Tints of Deep Blush #DB7688

Color information

#DB7688 (or 0xDB7688) is unknown color: approx Deep Blush. HEX triplet: DB, 76 and 88. RGB value is (219,118,136). Sum of RGB (Red+Green+Blue) = 219+118+136=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7688 is #248977. Grayscale: #969696. Windows color (decimal): -2394488 or 8943323. OLE color: 8943323.

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

Color convert

RGB219118136-
CMYK00.460.380.14
HSL349.31º58.38%66.08%-
HSV(B)349.31º46.12%85.88%-
XYZ40.1429.7926.93-
YUV150.25119.96177.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=46.30%
G=24.95%
B=28.75%

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
Decimal21911813600.460.380.14349.3158.3866.08
HexDB768802E26E15d3a42
Octal333166210056461653572102
Binary11011011111011010001000010111010011011101010111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7688; }

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

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

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

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

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

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

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

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