#DB6987

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

Shades of Deep Blush #DB6987

Tints of Deep Blush #DB6987

Color information

#DB6987 (or 0xDB6987) is unknown color: approx Deep Blush. HEX triplet: DB, 69 and 87. RGB value is (219,105,135). Sum of RGB (Red+Green+Blue) = 219+105+135=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6987 is #249678. Grayscale: #8E8E8E. Windows color (decimal): -2397817 or 8874459. OLE color: 8874459.

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

Color convert

RGB219105135-
CMYK00.520.380.14
HSL344.21º61.29%63.53%-
HSV(B)344.21º52.05%85.88%-
XYZ38.6426.9126.08-
YUV142.51123.77182.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=47.71%
G=22.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910513500.520.380.14344.2161.2963.53
HexDB698703426E1583d40
Octal333151207064461653075100
Binary11011011110100110000111011010010011011101010110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6987; }

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

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

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

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

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

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

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

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