#D1778C

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

Shades of Charm #D1778C

Tints of Charm #D1778C

Color information

#D1778C (or 0xD1778C) is unknown color: approx Charm. HEX triplet: D1, 77 and 8C. RGB value is (209,119,140). Sum of RGB (Red+Green+Blue) = 209+119+140=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1778C is #2E8873. Grayscale: #949494. Windows color (decimal): -3049588 or 9205713. OLE color: 9205713.

HSL color Cylindrical-coordinate representation of color #D1778C: hue angle of 346º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1778C is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209119140-
CMYK00.430.330.18
HSL346º49.45%64.31%-
HSV(B)346º43.06%81.96%-
XYZ37.6228.6428.36-
YUV148.3123.32171.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=44.66%
G=25.43%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911914000.430.330.1834649.4564.31
HexD1778C02B211215a3140
Octal321167214053412253261100
Binary110100011110111100011000101011100001100101010110101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1778C; }

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

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

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

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

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

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

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

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