#DB7080

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

Shades of Deep Blush #DB7080

Tints of Deep Blush #DB7080

Color information

#DB7080 (or 0xDB7080) is unknown color: approx Deep Blush. HEX triplet: DB, 70 and 80. RGB value is (219,112,128). Sum of RGB (Red+Green+Blue) = 219+112+128=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7080 is #248F7F. Grayscale: #919191. Windows color (decimal): -2396032 or 8417499. OLE color: 8417499.

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

Color convert

RGB219112128-
CMYK00.490.420.14
HSL351.03º59.78%64.9%-
HSV(B)351.03º48.86%85.88%-
XYZ38.928.2123.82-
YUV145.82117.95180.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=47.71%
G=24.40%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911212800.490.420.14351.0359.7864.9
HexDB70800312AE15f3c41
Octal333160200061521653774101
Binary11011011111000010000000011000110101011101010111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7080; }

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

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

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

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

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

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

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

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