#DB7488

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

Shades of Deep Blush #DB7488

Tints of Deep Blush #DB7488

Color information

#DB7488 (or 0xDB7488) is unknown color: approx Deep Blush. HEX triplet: DB, 74 and 88. RGB value is (219,116,136). Sum of RGB (Red+Green+Blue) = 219+116+136=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7488 is #248B77. Grayscale: #959595. Windows color (decimal): -2395000 or 8942811. OLE color: 8942811.

HSL color Cylindrical-coordinate representation of color #DB7488: hue angle of 348.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7488 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219116136-
CMYK00.470.380.14
HSL348.35º58.86%65.69%-
HSV(B)348.35º47.03%85.88%-
XYZ39.929.3326.85-
YUV149.08120.62177.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=46.50%
G=24.63%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911613600.470.380.14348.3558.8665.69
HexDB748802F26E15c3b42
Octal333164210057461653473102
Binary11011011111010010001000010111110011011101010111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7488; }

 p { color: rgb(219,116,136); }

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

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

 a { background-color: rgb(219,116,136); }

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

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

 span { border-color: rgb(219,116,136); }

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