#DB6687

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

Shades of Deep Blush #DB6687

Tints of Deep Blush #DB6687

Color information

#DB6687 (or 0xDB6687) is unknown color: approx Deep Blush. HEX triplet: DB, 66 and 87. RGB value is (219,102,135). Sum of RGB (Red+Green+Blue) = 219+102+135=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6687 is #249978. Grayscale: #8C8C8C. Windows color (decimal): -2398585 or 8873691. OLE color: 8873691.

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

Color convert

RGB219102135-
CMYK00.530.380.14
HSL343.08º61.9%62.94%-
HSV(B)343.08º53.42%85.88%-
XYZ38.3426.3125.98-
YUV140.74124.76183.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.03%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=48.03%
G=22.37%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910213500.530.380.14343.0861.962.94
HexDB668703526E1573e3f
Octal33314620706546165277677
Binary1101101111001101000011101101011001101110101010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6687; }

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

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

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

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

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

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

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

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