#D1757E

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

Shades of Charm #D1757E

Tints of Charm #D1757E

Color information

#D1757E (or 0xD1757E) is unknown color: approx Charm. HEX triplet: D1, 75 and 7E. RGB value is (209,117,126). Sum of RGB (Red+Green+Blue) = 209+117+126=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1757E is #2E8A81. Grayscale: #919191. Windows color (decimal): -3050114 or 8287697. OLE color: 8287697.

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

Color convert

RGB209117126-
CMYK00.440.400.18
HSL354.13º50%63.92%-
HSV(B)354.13º44.02%81.96%-
XYZ36.4227.7823.18-
YUV145.53116.98173.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=46.24%
G=25.88%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911712600.440.400.18354.135063.92
HexD1757E02C28121623240
Octal321165176054502254262100
Binary11010001111010111111100101100101000100101011000101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1757E; }

 p { color: rgb(209,117,126); }

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

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

 a { background-color: rgb(209,117,126); }

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

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

 span { border-color: rgb(209,117,126); }

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