#DA6F89

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

Shades of Deep Blush #DA6F89

Tints of Deep Blush #DA6F89

Color information

#DA6F89 (or 0xDA6F89) is unknown color: approx Deep Blush. HEX triplet: DA, 6F and 89. RGB value is (218,111,137). Sum of RGB (Red+Green+Blue) = 218+111+137=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F89 is #259076. Grayscale: #919191. Windows color (decimal): -2461815 or 9007066. OLE color: 9007066.

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

Color convert

RGB218111137-
CMYK00.490.370.15
HSL345.42º59.12%64.51%-
HSV(B)345.42º49.08%85.49%-
XYZ39.1128.0827.03-
YUV145.96122.95179.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=46.78%
G=23.82%
B=29.40%

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
Decimal21811113700.490.370.15345.4259.1264.51
HexDA6F8903125F1593b41
Octal332157211061451753173101
Binary11011010110111110001001011000110010111111010110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6F89; }

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

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

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

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

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

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

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

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