#DA6E8A

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

Shades of Deep Blush #DA6E8A

Tints of Deep Blush #DA6E8A

Color information

#DA6E8A (or 0xDA6E8A) is unknown color: approx Deep Blush. HEX triplet: DA, 6E and 8A. RGB value is (218,110,138). Sum of RGB (Red+Green+Blue) = 218+110+138=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E8A is #259175. Grayscale: #919191. Windows color (decimal): -2462070 or 9072346. OLE color: 9072346.

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

Color convert

RGB218110138-
CMYK00.500.370.15
HSL344.44º59.34%64.31%-
HSV(B)344.44º49.54%85.49%-
XYZ39.0827.8927.37-
YUV145.48123.78179.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=46.78%
G=23.61%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811013800.500.370.15344.4459.3464.31
HexDA6E8A03225F1583b40
Octal332156212062451753073100
Binary11011010110111010001010011001010010111111010110001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6E8A; }

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

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

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

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

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

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

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

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