#DB7187

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

Shades of Deep Blush #DB7187

Tints of Deep Blush #DB7187

Color information

#DB7187 (or 0xDB7187) is unknown color: approx Deep Blush. HEX triplet: DB, 71 and 87. RGB value is (219,113,135). Sum of RGB (Red+Green+Blue) = 219+113+135=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7187 is #248E78. Grayscale: #939393. Windows color (decimal): -2395769 or 8876507. OLE color: 8876507.

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

Color convert

RGB219113135-
CMYK00.480.380.14
HSL347.55º59.55%65.1%-
HSV(B)347.55º48.4%85.88%-
XYZ39.4928.6226.36-
YUV147.2121.12179.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=46.90%
G=24.20%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911313500.480.380.14347.5559.5565.1
HexDB718703026E15c3c41
Octal333161207060461653474101
Binary11011011111000110000111011000010011011101010111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7187; }

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

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

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

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

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

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

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

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