#DB7083

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

Shades of Deep Blush #DB7083

Tints of Deep Blush #DB7083

Color information

#DB7083 (or 0xDB7083) is unknown color: approx Deep Blush. HEX triplet: DB, 70 and 83. RGB value is (219,112,131). Sum of RGB (Red+Green+Blue) = 219+112+131=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7083 is #248F7C. Grayscale: #929292. Windows color (decimal): -2396029 or 8614107. OLE color: 8614107.

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

Color convert

RGB219112131-
CMYK00.490.400.14
HSL349.35º59.78%64.9%-
HSV(B)349.35º48.86%85.88%-
XYZ39.128.2924.87-
YUV146.16119.45179.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=47.40%
G=24.24%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911213100.490.400.14349.3559.7864.9
HexDB708303128E15d3c41
Octal333160203061501653574101
Binary11011011111000010000011011000110100011101010111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7083; }

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

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

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

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

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

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

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

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