#D3748F

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

Shades of Charm #D3748F

Tints of Charm #D3748F

Color information

#D3748F (or 0xD3748F) is unknown color: approx Charm. HEX triplet: D3, 74 and 8F. RGB value is (211,116,143). Sum of RGB (Red+Green+Blue) = 211+116+143=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3748F is #2C8B70. Grayscale: #939393. Windows color (decimal): -2919281 or 9401555. OLE color: 9401555.

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

Color convert

RGB211116143-
CMYK00.450.320.17
HSL342.95º51.91%64.12%-
HSV(B)342.95º45.02%82.75%-
XYZ38.0728.3229.45-
YUV147.48125.47173.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=44.89%
G=24.68%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111614300.450.320.17342.9551.9164.12
HexD3748F02D20111573440
Octal323164217055402152764100
Binary110100111110100100011110101101100000100011010101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3748F; }

 p { color: rgb(211,116,143); }

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

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

 a { background-color: rgb(211,116,143); }

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

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

 span { border-color: rgb(211,116,143); }

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