#DA7389

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

Shades of Deep Blush #DA7389

Tints of Deep Blush #DA7389

Color information

#DA7389 (or 0xDA7389) is unknown color: approx Deep Blush. HEX triplet: DA, 73 and 89. RGB value is (218,115,137). Sum of RGB (Red+Green+Blue) = 218+115+137=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7389 is #258C76. Grayscale: #949494. Windows color (decimal): -2460791 or 9008090. OLE color: 9008090.

HSL color Cylindrical-coordinate representation of color #DA7389: hue angle of 347.18º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7389 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218115137-
CMYK00.470.370.15
HSL347.18º58.19%65.29%-
HSV(B)347.18º47.25%85.49%-
XYZ39.5628.9727.17-
YUV148.3121.62177.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=46.38%
G=24.47%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811513700.470.370.15347.1858.1965.29
HexDA738902F25F15b3a41
Octal332163211057451753372101
Binary11011010111001110001001010111110010111111010110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7389; }

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

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

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

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

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

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

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

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