#db6a80

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

Shades of Deep Blush #DB6A80

Tints of Deep Blush #DB6A80

Color information

#DB6A80 (or 0xDB6A80) is unknown color: approx Deep Blush. HEX triplet: DB, 6A and 80. RGB value is (219,106,128). Sum of RGB (Red+Green+Blue) = 219+106+128=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A80 is #24957F. Grayscale: #8E8E8E. Windows color (decimal): -2397568 or 8415963. OLE color: 8415963.

HSL color Cylindrical-coordinate representation of color #DB6A80: hue angle of 348.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A80 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219106128-
CMYK00.520.420.14
HSL348.32º61.08%63.73%-
HSV(B)348.32º51.6%85.88%-
XYZ38.2626.9323.6-
YUV142.29119.94182.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.34%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=48.34%
G=23.40%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910612800.520.420.14348.3261.0863.73
HexDB6A800342AE15c3d40
Octal333152200064521653475100
Binary11011011110101010000000011010010101011101010111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6a80; }

 p { color: rgb(219,106,128); }

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

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

 a { background-color: rgb(219,106,128); }

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

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

 span { border-color: rgb(219,106,128); }

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