#D1778D

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

Shades of Charm #D1778D

Tints of Charm #D1778D

Color information

#D1778D (or 0xD1778D) is unknown color: approx Charm. HEX triplet: D1, 77 and 8D. RGB value is (209,119,141). Sum of RGB (Red+Green+Blue) = 209+119+141=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1778D is #2E8872. Grayscale: #949494. Windows color (decimal): -3049587 or 9271249. OLE color: 9271249.

HSL color Cylindrical-coordinate representation of color #D1778D: hue angle of 345.33º 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 #D1778D is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209119141-
CMYK00.430.330.18
HSL345.33º49.45%64.31%-
HSV(B)345.33º43.06%81.96%-
XYZ37.728.6728.75-
YUV148.42123.82171.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=44.56%
G=25.37%
B=30.06%

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
Decimal20911914100.430.330.18345.3349.4564.31
HexD1778D02B21121593140
Octal321167215053412253161100
Binary110100011110111100011010101011100001100101010110011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1778D; }

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

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

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

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

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

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

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

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