#DB7982

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

Shades of Deep Blush #DB7982

Tints of Deep Blush #DB7982

Color information

#DB7982 (or 0xDB7982) is unknown color: approx Deep Blush. HEX triplet: DB, 79 and 82. RGB value is (219,121,130). Sum of RGB (Red+Green+Blue) = 219+121+130=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7982 is #24867D. Grayscale: #979797. Windows color (decimal): -2393726 or 8550875. OLE color: 8550875.

HSL color Cylindrical-coordinate representation of color #DB7982: hue angle of 354.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7982 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219121130-
CMYK00.450.410.14
HSL354.49º57.65%66.67%-
HSV(B)354.49º44.75%85.88%-
XYZ40.0830.3524.86-
YUV151.33115.97176.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=46.60%
G=25.74%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912113000.450.410.14354.4957.6566.67
HexDB798202D29E1623a43
Octal333171202055511654272103
Binary11011011111100110000010010110110100111101011000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7982; }

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

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

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

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

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

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

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

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