#DA7089

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

Shades of Deep Blush #DA7089

Tints of Deep Blush #DA7089

Color information

#DA7089 (or 0xDA7089) is unknown color: approx Deep Blush. HEX triplet: DA, 70 and 89. RGB value is (218,112,137). Sum of RGB (Red+Green+Blue) = 218+112+137=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7089 is #258F76. Grayscale: #929292. Windows color (decimal): -2461559 or 9007322. OLE color: 9007322.

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

Color convert

RGB218112137-
CMYK00.490.370.15
HSL345.85º58.89%64.71%-
HSV(B)345.85º48.62%85.49%-
XYZ39.2228.327.06-
YUV146.54122.62178.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=46.68%
G=23.98%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811213700.490.370.15345.8558.8964.71
HexDA708903125F15a3b41
Octal332160211061451753273101
Binary11011010111000010001001011000110010111111010110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7089; }

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

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

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

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

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

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

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

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