#D1738D

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

Shades of Charm #D1738D

Tints of Charm #D1738D

Color information

#D1738D (or 0xD1738D) is unknown color: approx Charm. HEX triplet: D1, 73 and 8D. RGB value is (209,115,141). Sum of RGB (Red+Green+Blue) = 209+115+141=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1738D is #2E8C72. Grayscale: #929292. Windows color (decimal): -3050611 or 9270225. OLE color: 9270225.

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

Color convert

RGB209115141-
CMYK00.450.330.18
HSL343.4º50.54%63.53%-
HSV(B)343.4º44.98%81.96%-
XYZ37.2327.7428.59-
YUV146.07125.14172.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=44.95%
G=24.73%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911514100.450.330.18343.450.5463.53
HexD1738D02D21121573340
Octal321163215055412252763100
Binary110100011110011100011010101101100001100101010101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1738D; }

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

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

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

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

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

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

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

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