#D8778D

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

Shades of Charm #D8778D

Tints of Charm #D8778D

Color information

#D8778D (or 0xD8778D) is unknown color: approx Charm. HEX triplet: D8, 77 and 8D. RGB value is (216,119,141). Sum of RGB (Red+Green+Blue) = 216+119+141=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778D is #278872. Grayscale: #969696. Windows color (decimal): -2590835 or 9271256. OLE color: 9271256.

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

Color convert

RGB216119141-
CMYK00.450.350.15
HSL346.39º55.43%65.69%-
HSV(B)346.39º44.91%84.71%-
XYZ39.7229.7228.84-
YUV150.51122.64174.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=45.38%
G=25%
B=29.62%

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
Decimal21611914100.450.350.15346.3955.4365.69
HexD8778D02D23F15a3742
Octal330167215055431753267102
Binary11011000111011110001101010110110001111111010110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8778D; }

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

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

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

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

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

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

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

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