#DA788E

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

Shades of Charm #DA788E

Tints of Charm #DA788E

Color information

#DA788E (or 0xDA788E) is unknown color: approx Charm. HEX triplet: DA, 78 and 8E. RGB value is (218,120,142). Sum of RGB (Red+Green+Blue) = 218+120+142=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA788E is #258771. Grayscale: #979797. Windows color (decimal): -2459506 or 9337050. OLE color: 9337050.

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

Color convert

RGB218120142-
CMYK00.450.350.15
HSL346.53º56.98%66.27%-
HSV(B)346.53º44.95%85.49%-
XYZ40.5130.2929.3-
YUV151.81122.47175.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=45.42%
G=25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812014200.450.350.15346.5356.9866.27
HexDA788E02D23F15b3942
Octal332170216055431753371102
Binary11011010111100010001110010110110001111111010110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA788E; }

 p { color: rgb(218,120,142); }

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

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

 a { background-color: rgb(218,120,142); }

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

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

 span { border-color: rgb(218,120,142); }

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