#DB7B85

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

Shades of Deep Blush #DB7B85

Tints of Deep Blush #DB7B85

Color information

#DB7B85 (or 0xDB7B85) is unknown color: approx Deep Blush. HEX triplet: DB, 7B and 85. RGB value is (219,123,133). Sum of RGB (Red+Green+Blue) = 219+123+133=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B85 is #24847A. Grayscale: #989898. Windows color (decimal): -2393211 or 8747995. OLE color: 8747995.

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

Color convert

RGB219123133-
CMYK00.440.390.14
HSL353.75º57.14%67.06%-
HSV(B)353.75º43.84%85.88%-
XYZ40.5330.9226.02-
YUV152.84116.8175.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 133 (52.34% from 255) = 28%
R=46.11%
G=25.89%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912313300.440.390.14353.7557.1467.06
HexDB7B8502C27E1623943
Octal333173205054471654271103
Binary11011011111101110000101010110010011111101011000101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7B85; }

 p { color: rgb(219,123,133); }

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

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

 a { background-color: rgb(219,123,133); }

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

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

 span { border-color: rgb(219,123,133); }

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