#DB7082

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

Shades of Deep Blush #DB7082

Tints of Deep Blush #DB7082

Color information

#DB7082 (or 0xDB7082) is unknown color: approx Deep Blush. HEX triplet: DB, 70 and 82. RGB value is (219,112,130). Sum of RGB (Red+Green+Blue) = 219+112+130=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7082 is #248F7D. Grayscale: #929292. Windows color (decimal): -2396030 or 8548571. OLE color: 8548571.

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

Color convert

RGB219112130-
CMYK00.490.410.14
HSL349.91º59.78%64.9%-
HSV(B)349.91º48.86%85.88%-
XYZ39.0428.2624.52-
YUV146.04118.95180.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=47.51%
G=24.30%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911213000.490.410.14349.9159.7864.9
HexDB708203129E15e3c41
Octal333160202061511653674101
Binary11011011111000010000010011000110100111101010111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7082; }

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

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

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

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

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

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

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

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