#DA7986

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

Shades of Charm #DA7986

Tints of Charm #DA7986

Color information

#DA7986 (or 0xDA7986) is unknown color: approx Charm. HEX triplet: DA, 79 and 86. RGB value is (218,121,134). Sum of RGB (Red+Green+Blue) = 218+121+134=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7986 is #258679. Grayscale: #979797. Windows color (decimal): -2459258 or 8813018. OLE color: 8813018.

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

Color convert

RGB218121134-
CMYK00.440.390.15
HSL351.96º56.73%66.47%-
HSV(B)351.96º44.5%85.49%-
XYZ40.0530.326.29-
YUV151.49118.14175.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=46.09%
G=25.58%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812113400.440.390.15351.9656.7366.47
HexDA798602C27F1603942
Octal332171206054471754071102
Binary11011010111100110000110010110010011111111011000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7986; }

 p { color: rgb(218,121,134); }

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

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

 a { background-color: rgb(218,121,134); }

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

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

 span { border-color: rgb(218,121,134); }

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