#DB7088

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

Shades of Deep Blush #DB7088

Tints of Deep Blush #DB7088

Color information

#DB7088 (or 0xDB7088) is unknown color: approx Deep Blush. HEX triplet: DB, 70 and 88. RGB value is (219,112,136). Sum of RGB (Red+Green+Blue) = 219+112+136=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7088 is #248F77. Grayscale: #929292. Windows color (decimal): -2396024 or 8941787. OLE color: 8941787.

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

Color convert

RGB219112136-
CMYK00.490.380.14
HSL346.54º59.78%64.9%-
HSV(B)346.54º48.86%85.88%-
XYZ39.4528.4326.7-
YUV146.73121.95179.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=46.90%
G=23.98%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911213600.490.380.14346.5459.7864.9
HexDB708803126E15b3c41
Octal333160210061461653374101
Binary11011011111000010001000011000110011011101010110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7088; }

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

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

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

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

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

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

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

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