#DA6E87

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

Shades of Deep Blush #DA6E87

Tints of Deep Blush #DA6E87

Color information

#DA6E87 (or 0xDA6E87) is unknown color: approx Deep Blush. HEX triplet: DA, 6E and 87. RGB value is (218,110,135). Sum of RGB (Red+Green+Blue) = 218+110+135=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E87 is #259178. Grayscale: #919191. Windows color (decimal): -2462073 or 8875738. OLE color: 8875738.

HSL color Cylindrical-coordinate representation of color #DA6E87: hue angle of 346.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6E87 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218110135-
CMYK00.500.380.15
HSL346.11º59.34%64.31%-
HSV(B)346.11º49.54%85.49%-
XYZ38.8627.8126.24-
YUV145.14122.28179.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=47.08%
G=23.76%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811013500.500.380.15346.1159.3464.31
HexDA6E8703226F15a3b40
Octal332156207062461753273100
Binary11011010110111010000111011001010011011111010110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6E87; }

 p { color: rgb(218,110,135); }

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

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

 a { background-color: rgb(218,110,135); }

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

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

 span { border-color: rgb(218,110,135); }

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