#DA7184

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

Shades of Deep Blush #DA7184

Tints of Deep Blush #DA7184

Color information

#DA7184 (or 0xDA7184) is unknown color: approx Deep Blush. HEX triplet: DA, 71 and 84. RGB value is (218,113,132). Sum of RGB (Red+Green+Blue) = 218+113+132=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7184 is #258E7B. Grayscale: #929292. Windows color (decimal): -2461308 or 8679898. OLE color: 8679898.

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

Color convert

RGB218113132-
CMYK00.480.390.15
HSL349.14º58.66%64.9%-
HSV(B)349.14º48.17%85.49%-
XYZ38.9828.3825.25-
YUV146.56119.79178.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=47.08%
G=24.41%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811313200.480.390.15349.1458.6664.9
HexDA718403027F15d3b41
Octal332161204060471753573101
Binary11011010111000110000100011000010011111111010111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7184; }

 p { color: rgb(218,113,132); }

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

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

 a { background-color: rgb(218,113,132); }

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

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

 span { border-color: rgb(218,113,132); }

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