#DA7983

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

Shades of Charm #DA7983

Tints of Charm #DA7983

Color information

#DA7983 (or 0xDA7983) is unknown color: approx Charm. HEX triplet: DA, 79 and 83. RGB value is (218,121,131). Sum of RGB (Red+Green+Blue) = 218+121+131=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7983 is #25867C. Grayscale: #979797. Windows color (decimal): -2459261 or 8616410. OLE color: 8616410.

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

Color convert

RGB218121131-
CMYK00.440.400.15
HSL353.81º56.73%66.47%-
HSV(B)353.81º44.5%85.49%-
XYZ39.8530.2225.21-
YUV151.14116.64175.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=46.38%
G=25.74%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812113100.440.400.15353.8156.7366.47
HexDA798302C28F1623942
Octal332171203054501754271102
Binary11011010111100110000011010110010100011111011000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7983; }

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

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

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

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

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

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

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

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