#D8778E

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

Shades of Charm #D8778E

Tints of Charm #D8778E

Color information

#D8778E (or 0xD8778E) is unknown color: approx Charm. HEX triplet: D8, 77 and 8E. RGB value is (216,119,142). Sum of RGB (Red+Green+Blue) = 216+119+142=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778E is #278871. Grayscale: #969696. Windows color (decimal): -2590834 or 9336792. OLE color: 9336792.

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

Color convert

RGB216119142-
CMYK00.450.340.15
HSL345.77º55.43%65.69%-
HSV(B)345.77º44.91%84.71%-
XYZ39.829.7529.24-
YUV150.62123.14174.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=45.28%
G=24.95%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611914200.450.340.15345.7755.4365.69
HexD8778E02D22F15a3742
Octal330167216055421753267102
Binary11011000111011110001110010110110001011111010110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8778E; }

 p { color: rgb(216,119,142); }

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

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

 a { background-color: rgb(216,119,142); }

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

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

 span { border-color: rgb(216,119,142); }

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