#DA7984

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

Shades of Charm #DA7984

Tints of Charm #DA7984

Color information

#DA7984 (or 0xDA7984) is unknown color: approx Charm. HEX triplet: DA, 79 and 84. RGB value is (218,121,132). Sum of RGB (Red+Green+Blue) = 218+121+132=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7984 is #25867B. Grayscale: #979797. Windows color (decimal): -2459260 or 8681946. OLE color: 8681946.

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

Color convert

RGB218121132-
CMYK00.440.390.15
HSL353.2º56.73%66.47%-
HSV(B)353.2º44.5%85.49%-
XYZ39.9230.2525.56-
YUV151.26117.14175.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=46.28%
G=25.69%
B=28.03%

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
Decimal21812113200.440.390.15353.256.7366.47
HexDA798402C27F1613942
Octal332171204054471754171102
Binary11011010111100110000100010110010011111111011000011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7984; }

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

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

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

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

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

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

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

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