#DA7982

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

Shades of Charm #DA7982

Tints of Charm #DA7982

Color information

#DA7982 (or 0xDA7982) is unknown color: approx Charm. HEX triplet: DA, 79 and 82. RGB value is (218,121,130). Sum of RGB (Red+Green+Blue) = 218+121+130=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7982 is #25867D. Grayscale: #979797. Windows color (decimal): -2459262 or 8550874. OLE color: 8550874.

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

Color convert

RGB218121130-
CMYK00.440.400.15
HSL354.43º56.73%66.47%-
HSV(B)354.43º44.5%85.49%-
XYZ39.7830.1924.85-
YUV151.03116.14175.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=46.48%
G=25.80%
B=27.72%

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
Decimal21812113000.440.400.15354.4356.7366.47
HexDA798202C28F1623942
Octal332171202054501754271102
Binary11011010111100110000010010110010100011111011000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7982; }

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

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

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

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

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

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

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

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