#D1777F

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

Shades of Charm #D1777F

Tints of Charm #D1777F

Color information

#D1777F (or 0xD1777F) is unknown color: approx Charm. HEX triplet: D1, 77 and 7F. RGB value is (209,119,127). Sum of RGB (Red+Green+Blue) = 209+119+127=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1777F is #2E8880. Grayscale: #929292. Windows color (decimal): -3049601 or 8353745. OLE color: 8353745.

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

Color convert

RGB209119127-
CMYK00.430.390.18
HSL354.67º49.45%64.31%-
HSV(B)354.67º43.06%81.96%-
XYZ36.7228.2823.6-
YUV146.82116.82172.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 127 (50% from 255) = 27.91%
R=45.93%
G=26.15%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911912700.430.390.18354.6749.4564.31
HexD1777F02B27121633140
Octal321167177053472254361100
Binary11010001111011111111110101011100111100101011000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1777F; }

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

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

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

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

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

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

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

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