#DA7088

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

Shades of Deep Blush #DA7088

Tints of Deep Blush #DA7088

Color information

#DA7088 (or 0xDA7088) is unknown color: approx Deep Blush. HEX triplet: DA, 70 and 88. RGB value is (218,112,136). Sum of RGB (Red+Green+Blue) = 218+112+136=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7088 is #258F77. Grayscale: #929292. Windows color (decimal): -2461560 or 8941786. OLE color: 8941786.

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

Color convert

RGB218112136-
CMYK00.490.380.15
HSL346.42º58.89%64.71%-
HSV(B)346.42º48.62%85.49%-
XYZ39.1528.2726.69-
YUV146.43122.12179.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=46.78%
G=24.03%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811213600.490.380.15346.4258.8964.71
HexDA708803126F15a3b41
Octal332160210061461753273101
Binary11011010111000010001000011000110011011111010110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7088; }

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

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

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

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

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

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

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

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