#DA7086

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

Shades of Deep Blush #DA7086

Tints of Deep Blush #DA7086

Color information

#DA7086 (or 0xDA7086) is unknown color: approx Deep Blush. HEX triplet: DA, 70 and 86. RGB value is (218,112,134). Sum of RGB (Red+Green+Blue) = 218+112+134=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7086 is #258F79. Grayscale: #929292. Windows color (decimal): -2461562 or 8810714. OLE color: 8810714.

HSL color Cylindrical-coordinate representation of color #DA7086: hue angle of 347.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7086 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218112134-
CMYK00.490.390.15
HSL347.55º58.89%64.71%-
HSV(B)347.55º48.62%85.49%-
XYZ39.0128.2125.94-
YUV146.2121.12179.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=46.98%
G=24.14%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811213400.490.390.15347.5558.8964.71
HexDA708603127F15c3b41
Octal332160206061471753473101
Binary11011010111000010000110011000110011111111010111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7086; }

 p { color: rgb(218,112,134); }

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

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

 a { background-color: rgb(218,112,134); }

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

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

 span { border-color: rgb(218,112,134); }

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