#D6778C

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

Shades of Charm #D6778C

Tints of Charm #D6778C

Color information

#D6778C (or 0xD6778C) is unknown color: approx Charm. HEX triplet: D6, 77 and 8C. RGB value is (214,119,140). Sum of RGB (Red+Green+Blue) = 214+119+140=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6778C is #298873. Grayscale: #959595. Windows color (decimal): -2721908 or 9205718. OLE color: 9205718.

HSL color Cylindrical-coordinate representation of color #D6778C: hue angle of 346.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6778C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214119140-
CMYK00.440.350.16
HSL346.74º53.67%65.29%-
HSV(B)346.74º44.39%83.92%-
XYZ39.0629.3828.42-
YUV149.8122.47173.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=45.24%
G=25.16%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411914000.440.350.16346.7453.6765.29
HexD6778C02C231015b3641
Octal326167214054432053366101
Binary110101101110111100011000101100100011100001010110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6778C; }

 p { color: rgb(214,119,140); }

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

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

 a { background-color: rgb(214,119,140); }

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

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

 span { border-color: rgb(214,119,140); }

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