#DA778B

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

Shades of Charm #DA778B

Tints of Charm #DA778B

Color information

#DA778B (or 0xDA778B) is unknown color: approx Charm. HEX triplet: DA, 77 and 8B. RGB value is (218,119,139). Sum of RGB (Red+Green+Blue) = 218+119+139=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA778B is #258874. Grayscale: #969696. Windows color (decimal): -2459765 or 9140186. OLE color: 9140186.

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

Color convert

RGB218119139-
CMYK00.450.360.15
HSL347.88º57.23%66.08%-
HSV(B)347.88º45.41%85.49%-
XYZ40.1729.9628.09-
YUV150.88121.3175.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=45.80%
G=25%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811913900.450.360.15347.8857.2366.08
HexDA778B02D24F15c3942
Octal332167213055441753471102
Binary11011010111011110001011010110110010011111010111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA778B; }

 p { color: rgb(218,119,139); }

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

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

 a { background-color: rgb(218,119,139); }

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

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

 span { border-color: rgb(218,119,139); }

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