#D1738F

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

Shades of Charm #D1738F

Tints of Charm #D1738F

Color information

#D1738F (or 0xD1738F) is unknown color: approx Charm. HEX triplet: D1, 73 and 8F. RGB value is (209,115,143). Sum of RGB (Red+Green+Blue) = 209+115+143=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1738F is #2E8C70. Grayscale: #929292. Windows color (decimal): -3050609 or 9401297. OLE color: 9401297.

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

Color convert

RGB209115143-
CMYK00.450.320.18
HSL342.13º50.54%63.53%-
HSV(B)342.13º44.98%81.96%-
XYZ37.3827.829.38-
YUV146.3126.14172.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=44.75%
G=24.63%
B=30.62%

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
Decimal20911514300.450.320.18342.1350.5463.53
HexD1738F02D20121563340
Octal321163217055402252663100
Binary110100011110011100011110101101100000100101010101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1738F; }

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

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

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

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

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

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

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

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