#D1657F

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

Shades of Charm #D1657F

Tints of Charm #D1657F

Color information

#D1657F (or 0xD1657F) is unknown color: approx Charm. HEX triplet: D1, 65 and 7F. RGB value is (209,101,127). Sum of RGB (Red+Green+Blue) = 209+101+127=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1657F is #2E9A80. Grayscale: #888888. Windows color (decimal): -3054209 or 8349137. OLE color: 8349137.

HSL color Cylindrical-coordinate representation of color #D1657F: hue angle of 345.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1657F is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209101127-
CMYK00.520.390.18
HSL345.56º54%60.78%-
HSV(B)345.56º51.67%81.96%-
XYZ34.7824.3922.95-
YUV136.26122.78179.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 127 (50% from 255) = 29.06%
R=47.83%
G=23.11%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910112700.520.390.18345.565460.78
HexD1657F034271215a363d
Octal32114517706447225326675
Binary1101000111001011111111011010010011110010101011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1657F; }

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

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

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

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

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

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

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

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