#D1738E

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

Shades of Charm #D1738E

Tints of Charm #D1738E

Color information

#D1738E (or 0xD1738E) is unknown color: approx Charm. HEX triplet: D1, 73 and 8E. RGB value is (209,115,142). Sum of RGB (Red+Green+Blue) = 209+115+142=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1738E is #2E8C71. Grayscale: #929292. Windows color (decimal): -3050610 or 9335761. OLE color: 9335761.

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

Color convert

RGB209115142-
CMYK00.450.320.18
HSL342.77º50.54%63.53%-
HSV(B)342.77º44.98%81.96%-
XYZ37.3127.7728.98-
YUV146.18125.64172.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=44.85%
G=24.68%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911514200.450.320.18342.7750.5463.53
HexD1738E02D20121573340
Octal321163216055402252763100
Binary110100011110011100011100101101100000100101010101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1738E; }

 p { color: rgb(209,115,142); }

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

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

 a { background-color: rgb(209,115,142); }

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

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

 span { border-color: rgb(209,115,142); }

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